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