Skip to content

Commit

Permalink
解决系统配置页面的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
jishenghua committed Feb 27, 2023
1 parent d6b22b8 commit f8122a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jshERP-web/src/views/system/SystemConfigList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'companyName', 'companyContacts', 'companyAddress',
'companyTel', 'companyFax', 'companyPostCode', 'saleAgreement', 'depotFlag', 'customerFlag',
'minusStockFlag', 'purchaseBySaleFlag', 'multiLevelApprovalFlag', 'multiLevelApprovalFlag'))
'companyTel', 'companyFax', 'companyPostCode', 'saleAgreement'))
autoJumpNextInput('systemConfigModal')
});
if(record.id) {
Expand Down

0 comments on commit f8122a5

Please sign in to comment.