@@ -182,6 +182,8 @@
this.selectionRows.map(item=>name.push(item.realname))
this.$emit('selectFinished', name.toString())
this.visible = false
+ this.selectedRowKeys = []
+ this.selectionRows = []
},
add() {
this.visible = true