|
@@ -254,6 +254,7 @@ export default {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
_this.$refs.table.refresh()
|
|
_this.$refs.table.refresh()
|
|
|
|
+ _this.$refs.table.clearSelected()
|
|
}
|
|
}
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
})
|
|
})
|
|
@@ -276,6 +277,7 @@ export default {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
_this.$refs.table.refresh()
|
|
_this.$refs.table.refresh()
|
|
|
|
+ _this.$refs.table.clearSelected()
|
|
}
|
|
}
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
})
|
|
})
|