|
@@ -176,7 +176,8 @@ export default {
|
|
|
});
|
|
|
this.$message.success("添加成功");
|
|
|
this.$emit("getList");
|
|
|
- this.onClose();
|
|
|
+ // this.onClose();
|
|
|
+ this.clearCom();
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
}
|
|
@@ -186,7 +187,7 @@ export default {
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
- console.log(this.chioseIdList);
|
|
|
+
|
|
|
},
|
|
|
handleSelectionChange(val) {
|
|
|
if (val.length > 0) {
|
|
@@ -252,6 +253,7 @@ export default {
|
|
|
userIdList: row.userId + "",
|
|
|
});
|
|
|
this.getList();
|
|
|
+ this.clearCom();
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
}
|
|
@@ -289,6 +291,7 @@ export default {
|
|
|
});
|
|
|
this.$message.success("移除成功");
|
|
|
this.getList();
|
|
|
+ this.clearCom();
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
}
|