From f59cb0949428663107717e5ba0a3e980cee691b4 Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Wed, 30 Oct 2024 16:23:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=B7=A5=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/base/company/form/CompanyForm.vue | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/src/views/base/company/form/CompanyForm.vue b/src/views/base/company/form/CompanyForm.vue
index cc4d33d..1980307 100644
--- a/src/views/base/company/form/CompanyForm.vue
+++ b/src/views/base/company/form/CompanyForm.vue
@@ -43,6 +43,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -128,7 +140,9 @@ export default {
loginAccount: undefined,
password: undefined,
serviceCodeArray: [],
- serviceCodes:undefined
+ serviceCodes:undefined,
+ bankAccount: null,
+ account: null,
},
// 表单校验
formRules: {
@@ -232,7 +246,9 @@ export default {
loginAccount: undefined,
password: undefined,
serviceCodeArray: [],
- serviceCodes:undefined
+ serviceCodes:undefined,
+ bankAccount: null,
+ account: null,
}
this.resetForm('formRef')
}