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 @@ +