From 5c990768553261ed82e7814161c67ca99ace8072 Mon Sep 17 00:00:00 2001 From: liuchuang Date: Thu, 22 Jul 2021 09:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E6=9C=89=E4=BA=8B?= =?UTF-8?q?=E8=AF=B4=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/user-add-or-update.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/modules/sys/user-add-or-update.vue b/src/views/modules/sys/user-add-or-update.vue index 185908a..d0c6709 100644 --- a/src/views/modules/sys/user-add-or-update.vue +++ b/src/views/modules/sys/user-add-or-update.vue @@ -306,6 +306,13 @@ export default { this.$nextTick(() => { this.$refs['dataForm'].resetFields() this.roleIdListDefault = [] + this.dataForm.headUrl = '' + this.dataForm.wgyInfo.staffId = '' + this.dataForm.wgyInfo.staffName = '' + this.dataForm.wgyInfo.mobile = '' + this.dataForm.wgyInfo.agencyId = '' + this.dataForm.wgyInfo.agencyAllName = '' + this.dataForm.wgyInfo.customerId = '' Promise.all([ this.getDeptList(), this.getRoleList()