From 497c437657c00e7ef636e4bf7c5d7712d16dbd1b Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Wed, 24 Feb 2021 16:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=90=E5=91=98=20?= =?UTF-8?q?=E4=BA=92=E9=93=BE=E8=A7=92=E8=89=B2=E6=B7=BB=E5=8A=A0=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage_company/user/user.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/manage_company/user/user.vue b/src/views/manage_company/user/user.vue index 996d8951..e7b8d40a 100644 --- a/src/views/manage_company/user/user.vue +++ b/src/views/manage_company/user/user.vue @@ -1587,6 +1587,7 @@ export default { newUser: { headImgUrl: "", isDeparture: 0, + linkCompanyRole: 0, }, // 新增用户对象 newUserDeptArry: [], multipleSelection: [], @@ -2220,7 +2221,7 @@ export default { duration: 2500, }); var node = this.$refs.tree.getCurrentNode(); - this.newUser = { headImgUrl: "", isDeparture: 0 }; + this.newUser = { headImgUrl: "", isDeparture: 0, linkCompanyRole: 0 }; // this.listUsers(node.id); this.getUserList(node || undefined); if (!ifcontinue) { @@ -2590,7 +2591,7 @@ export default { * @return: */ cancerSaveUserInfo: function () { - this.newUser = { headImgUrl: "", isDeparture: 0 }; + this.newUser = { headImgUrl: "", isDeparture: 0, linkCompanyRole: 0}; this.currentPain = 1; this.editButtonGroup = 1; this.eidit = false;