diff --git a/jshERP-web/src/views/system/SystemConfigList.vue b/jshERP-web/src/views/system/SystemConfigList.vue index 5f495179..41282e63 100644 --- a/jshERP-web/src/views/system/SystemConfigList.vue +++ b/jshERP-web/src/views/system/SystemConfigList.vue @@ -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) {