From f8122a57cec0bfc6869d928f9ff93bbcb4bd7fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 28 Feb 2023 00:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/SystemConfigList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {