|
@@ -328,6 +328,7 @@ export default {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.$message.success(res.message)
|
|
this.$message.success(res.message)
|
|
this.selectedRowKeys = []
|
|
this.selectedRowKeys = []
|
|
|
|
+ this.selectedRows = []
|
|
this.$refs.table.refresh()
|
|
this.$refs.table.refresh()
|
|
this.spinning = false
|
|
this.spinning = false
|
|
} else {
|
|
} else {
|