From 90c80e57cc02a7da043df69b1173c626d0c37f1a Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 8 Sep 2023 11:45:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A1=AE=E8=AE=A4=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/newPersonnel/newPersonnel.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/subpkg/newPersonnel/newPersonnel.vue b/subpkg/newPersonnel/newPersonnel.vue
index a0c10ef..1135048 100644
--- a/subpkg/newPersonnel/newPersonnel.vue
+++ b/subpkg/newPersonnel/newPersonnel.vue
@@ -287,9 +287,11 @@
-->
-
+
@@ -312,6 +314,7 @@
},
data() {
return {
+ modelShow: false,
formData: {
account: '', //账号
password: '123456', //密码
@@ -431,7 +434,9 @@
})
},
// 创建账号
- addAcountNum() {
+ async addAcountNum() {
+ this.modelShow = false;
+ await this.$nextTick();
if (!this.formData.avatar) return Toast('头像未上传');
let flag = this.$refs.districtSelectorRef.validate();
if (!this.formData.qualification.id_card || !this.formData.qualification.id_card_b) return Toast('身份证未上传');