소스 검색

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>
                 <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) {