From 6b3792f4dc132cb16960ee47d76bf24dfa1ec93a Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 20 十月 2023 18:04:57 +0800
Subject: [PATCH] 修复非计划停机管理页面表格数据批量删除功能提示有误问题

---
 src/views/system/modules/UserModal.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/system/modules/UserModal.vue b/src/views/system/modules/UserModal.vue
index ce46390..d46bccf 100644
--- a/src/views/system/modules/UserModal.vue
+++ b/src/views/system/modules/UserModal.vue
@@ -238,9 +238,9 @@
         //鏍规嵁灞忓箷瀹藉害鑷�傚簲鎶藉眽瀹藉害
         this.resetScreenSize();
         that.userId = record.id;
+
         that.model = Object.assign({},{selectedroles:'',selecteddeparts:''}, record);
         that.model = Object.assign({},{selectedroles:'',selectedProduction:''}, record);
-
         //韬唤涓轰笂绾ф樉绀鸿礋璐i儴闂紝鍚﹀垯涓嶆樉绀�
         if(this.model.userIdentity==2){
           this.departIdShow=true;
@@ -252,7 +252,7 @@
           that.getUserRoles(record.id);
           that.getUserDeparts(record.id);
         }
-        console.log('that.model=',that.model)
+        console.log('that.model',that.model)
       },
       isDisabledAuth(code){
         return disabledAuthFilter(code);
@@ -366,8 +366,6 @@
           return c;
         })
       },
-
-
 
       refresh () {
         this.userId=""

--
Gitblit v1.9.3