解决系统配置页面的报错
This commit is contained in:
@@ -224,8 +224,7 @@
|
|||||||
this.visible = true;
|
this.visible = true;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.form.setFieldsValue(pick(this.model,'companyName', 'companyContacts', 'companyAddress',
|
this.form.setFieldsValue(pick(this.model,'companyName', 'companyContacts', 'companyAddress',
|
||||||
'companyTel', 'companyFax', 'companyPostCode', 'saleAgreement', 'depotFlag', 'customerFlag',
|
'companyTel', 'companyFax', 'companyPostCode', 'saleAgreement'))
|
||||||
'minusStockFlag', 'purchaseBySaleFlag', 'multiLevelApprovalFlag', 'multiLevelApprovalFlag'))
|
|
||||||
autoJumpNextInput('systemConfigModal')
|
autoJumpNextInput('systemConfigModal')
|
||||||
});
|
});
|
||||||
if(record.id) {
|
if(record.id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user