From 4bb2c20bd9969fed0466dbf034e1127289c6ca65 Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Fri, 15 Nov 2024 17:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=96=B0=E5=A2=9E=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E7=AE=80=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/company/form/CompanyForm.vue | 10 +++++++--- src/views/base/company/index.vue | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/base/company/form/CompanyForm.vue b/src/views/base/company/form/CompanyForm.vue index 1980307..4fcc99f 100644 --- a/src/views/base/company/form/CompanyForm.vue +++ b/src/views/base/company/form/CompanyForm.vue @@ -10,8 +10,8 @@ - - + + @@ -79,7 +79,9 @@ - + + + @@ -143,6 +145,7 @@ export default { serviceCodes:undefined, bankAccount: null, account: null, + simpleName: null, }, // 表单校验 formRules: { @@ -249,6 +252,7 @@ export default { serviceCodes:undefined, bankAccount: null, account: null, + simpleName: null } this.resetForm('formRef') } diff --git a/src/views/base/company/index.vue b/src/views/base/company/index.vue index 2e44123..8363c76 100644 --- a/src/views/base/company/index.vue +++ b/src/views/base/company/index.vue @@ -58,6 +58,7 @@ +