fix 81841
This commit is contained in:
@@ -107,6 +107,9 @@ export default {
|
|||||||
},
|
},
|
||||||
// 新增
|
// 新增
|
||||||
handleAdd () {
|
handleAdd () {
|
||||||
|
// 清空以已选数据
|
||||||
|
this.$refs.standardSelection.$refs.standardSelectionModal.selectedRowKeys = []
|
||||||
|
this.$refs.standardSelection.$refs.standardSelectionModal.selectedRowList = []
|
||||||
this.$refs.standardSelection.standardClick()
|
this.$refs.standardSelection.standardClick()
|
||||||
},
|
},
|
||||||
// 删除
|
// 删除
|
||||||
|
|||||||
Reference in New Issue
Block a user