apply-clients 3.4.36 → 3.4.37
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
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
applyType: [], // 报建类型
|
|
320
320
|
curorgid: [this.$login.f.orgid],
|
|
321
321
|
// reconciliation: [{label: '全部', value: ''}, ...this.$appdata.getParam('是否对账')], // 是否合账
|
|
322
|
-
|
|
322
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
323
323
|
defnames: [{label: '全部', value: ''}], // 流程节点
|
|
324
324
|
usertype:[{label:"民用",value:'民用'},{label:"非民用",value:'非民用'}],
|
|
325
325
|
applyNatures: [{label: '全部', value: ''}], // 报建性质
|