|
|
@@ -307,6 +307,12 @@
|
|
|
icon="el-icon-circle-plus-outline"
|
|
|
plain
|
|
|
@click="handlelistUser(form.type,form.sendType)">请选择使用员工</el-button>
|
|
|
+ <el-button
|
|
|
+ size="medium"
|
|
|
+ icon="el-icon-remove-outline"
|
|
|
+ plain
|
|
|
+ @click="handleClearCompanyUser()">清除员工
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-tag
|
|
|
@@ -553,6 +559,12 @@ export default {
|
|
|
this.form.tempName=val.name
|
|
|
this.tempOpen=false;
|
|
|
},
|
|
|
+
|
|
|
+ handleClearCompanyUser(){
|
|
|
+ this.userSelectList = [];
|
|
|
+ this.qwUserIds =[];
|
|
|
+ },
|
|
|
+
|
|
|
handlelistUser(type,sendType){
|
|
|
|
|
|
setTimeout(() => {
|