apply-clients 5.0.35-81 → 5.0.35-82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -243,11 +243,10 @@ export default {
|
|
|
243
243
|
timer1:null,
|
|
244
244
|
remindTime:5,//超时提醒时间
|
|
245
245
|
isOverNum:0,//报建是否提醒过
|
|
246
|
-
model: new PagedList('rs/sql/
|
|
246
|
+
model: new PagedList('rs/sql/checkusergongchegn', 20, {
|
|
247
247
|
data: {
|
|
248
248
|
id: this.$login.f.id,
|
|
249
249
|
fengongsi: this.$login.f.f_fengongsi,
|
|
250
|
-
f_product_id : 1
|
|
251
250
|
}
|
|
252
251
|
}),
|
|
253
252
|
fapplytype: this.$appdata.getParam('用户类型'),
|