|
@@ -445,6 +445,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
|
|
_this.collectionType = 0
|
|
_this.collectionType = 0
|
|
} else {
|
|
} else {
|