|
|
@@ -54,6 +54,12 @@
|
|
|
plain
|
|
|
@click="handlelistUser(form.type,form.sendType, true)">请选择使用员工
|
|
|
</el-button>
|
|
|
+ <el-button
|
|
|
+ size="medium"
|
|
|
+ icon="el-icon-remove-outline"
|
|
|
+ plain
|
|
|
+ @click="handleClearCompanyUser()">清除员工
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-tag
|
|
|
@@ -108,6 +114,12 @@
|
|
|
plain
|
|
|
@click="handlelistUser(form.type,form.sendType, false)">请选择使用员工
|
|
|
</el-button>
|
|
|
+ <el-button
|
|
|
+ size="medium"
|
|
|
+ icon="el-icon-remove-outline"
|
|
|
+ plain
|
|
|
+ @click="handleClearCompanyUser()">清除员工
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-tag
|
|
|
@@ -197,6 +209,12 @@
|
|
|
plain
|
|
|
@click="handleCompanyUser(form.type,form.sendType)">请选择使用员工
|
|
|
</el-button>
|
|
|
+ <el-button
|
|
|
+ size="medium"
|
|
|
+ icon="el-icon-remove-outline"
|
|
|
+ plain
|
|
|
+ @click="handleClearCompanyUser()">清除员工
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-tag
|
|
|
@@ -824,6 +842,10 @@ export default {
|
|
|
this.companyUser.open = true;
|
|
|
|
|
|
},
|
|
|
+ handleClearCompanyUser(){
|
|
|
+ this.userSelectList = [];
|
|
|
+ this.qwUserIds =[];
|
|
|
+ },
|
|
|
//企业微信员工
|
|
|
selectUserList(list) {
|
|
|
this.listUser.open = false;
|