fix: 模块选择框清除时没有清除选中id

This commit is contained in:
chenjianxing 2022-04-21 12:09:47 +08:00 committed by zhangdahai112
parent d94476b65f
commit adb935cc2a
1 changed files with 3 additions and 2 deletions

View File

@ -288,8 +288,9 @@ export default {
this.$refs.tree.setCurrentKey(null);//key this.$refs.tree.setCurrentKey(null);//key
this.returnDatas = null; this.returnDatas = null;
this.returnDataKeys = ''; this.returnDataKeys = '';
this.selectNodeIds = [];
this.popoverHide(); this.popoverHide();
this.$emit('clean') this.$emit('clean');
}, },
//: key //: key
setKey(thisKey) { setKey(thisKey) {