[update] 修改bug87812
This commit is contained in:
@@ -787,6 +787,7 @@ export default {
|
|||||||
onOk: () => {
|
onOk: () => {
|
||||||
this.dataSource = this.dataSource.filter(item => !this.selectedRowKeys.includes(item.uid))
|
this.dataSource = this.dataSource.filter(item => !this.selectedRowKeys.includes(item.uid))
|
||||||
this.dataList = this.dataList.filter(item => !this.selectedRowKeys.includes(item.uid))
|
this.dataList = this.dataList.filter(item => !this.selectedRowKeys.includes(item.uid))
|
||||||
|
this.selectedRowKeys = []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user