|
@@ -1401,7 +1401,10 @@
|
|
|
endSettlementDate: '',
|
|
endSettlementDate: '',
|
|
|
startSettlementDate: ''
|
|
startSettlementDate: ''
|
|
|
});
|
|
});
|
|
|
- this.getBusinessUser(this.form.businessDeptId)
|
|
|
|
|
|
|
+ this.$nextTick(() => {
|
|
|
|
|
+ this.getBusinessUser(this.form.businessDeptId)
|
|
|
|
|
+ })
|
|
|
|
|
+
|
|
|
console.log('form~~~', this.form);
|
|
console.log('form~~~', this.form);
|
|
|
this.getEnterprise();
|
|
this.getEnterprise();
|
|
|
this.changePersonel();
|
|
this.changePersonel();
|
|
@@ -1636,6 +1639,7 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
async open(type, row, create = false, source) {
|
|
async open(type, row, create = false, source) {
|
|
|
|
|
+ console.log('row~~~', row)
|
|
|
this.title = type === 'add' ? '新增' : '修改';
|
|
this.title = type === 'add' ? '新增' : '修改';
|
|
|
this.activeName = '1';
|
|
this.activeName = '1';
|
|
|
this.row = row;
|
|
this.row = row;
|
|
@@ -1673,6 +1677,7 @@
|
|
|
})
|
|
})
|
|
|
});
|
|
});
|
|
|
if (this.curNodeData?.id) {
|
|
if (this.curNodeData?.id) {
|
|
|
|
|
+ console.log('44444444', this.curNodeData)
|
|
|
this.form.type =
|
|
this.form.type =
|
|
|
this.curNodeData.parentCode || this.curNodeData.code;
|
|
this.curNodeData.parentCode || this.curNodeData.code;
|
|
|
this.dictChange(this.form.type);
|
|
this.dictChange(this.form.type);
|