浏览代码

2022.3.17xg

17613754660 3 年之前
父节点
当前提交
ee985a4753
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 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>
                     :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="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.handleSelectionZzjgwillchange = null
                 this.handleSelectionZzjgshow = false
                 this.handleSelectionZzjgshow = false
             },
             },
+            handleSelectionZzjgbtn3(){
+                if(this.handleSelectionZzjgDate.length == 0){
+                    this.$message('请选择');
+                    return
+                }
+                this.handleSelectionZzjgshow = true
+            },
 
 
 
 
             deleteUser(targetUser) {
             deleteUser(targetUser) {