Browse Source

2022.3.17xg

17613754660 3 năm trước cách đây
mục cha
commit
ee985a4753

+ 8 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -157,7 +157,7 @@
                     :options="option" :props="{ checkStrictly: false,expandTrigger: 'hover' }" :show-all-levels="false" clearable></el-cascader>
                 <el-button size="small" type="primary" @click="handleSelectionZzjgbtn2">修改</el-button> -->
                     
-                <el-button size="small" type="primary" @click="handleSelectionZzjgshow = true">批量修改部门</el-button>
+                <el-button size="small" type="primary" @click="handleSelectionZzjgbtn3">批量修改部门</el-button>
                
                 
                 
@@ -545,6 +545,13 @@
                 this.handleSelectionZzjgwillchange = null
                 this.handleSelectionZzjgshow = false
             },
+            handleSelectionZzjgbtn3(){
+                if(this.handleSelectionZzjgDate.length == 0){
+                    this.$message('请选择');
+                    return
+                }
+                this.handleSelectionZzjgshow = true
+            },
 
 
             deleteUser(targetUser) {