|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="12">
|
|
|
- <el-button size="mini" @click="setCheckedKeys" class="normal-margin">{{allSelectKeys.length > 0?'取消全选':'全选部门'}}</el-button>
|
|
|
+ <el-button size="mini" @click="setCheckedKeys" class="normal-margin">{{allSelectKeys.length > 0?'取消选择':'全选部门'}}</el-button>
|
|
|
<div class="tree-panel">
|
|
|
<el-tree
|
|
|
v-if="refreshTree"
|
|
@@ -182,7 +182,7 @@ export default {
|
|
|
this.refreshTree = true
|
|
|
}, 10);
|
|
|
this.departmentids = this.allSelectKeys
|
|
|
- this.$emit('onParams',this.departmentids,this.checkedMenbers,this.isonlymanager_dept)
|
|
|
+ this.$emit('onParams',this.departmentids,[],this.isonlymanager_dept)
|
|
|
},
|
|
|
// 点击部门
|
|
|
nodeClick (row,node,comp) {
|