[update] 53620

This commit is contained in:
zhaomeijing
2022-06-07 14:48:45 +08:00
parent a59001c401
commit 59b9bce658
2 changed files with 3 additions and 2 deletions
@@ -421,6 +421,7 @@
if (res.success) {
this.dataSource = res.result
this.total = res.result.total
this.selectedRowKeys = []
this.loading = false
} else {
this.loading = false
@@ -450,6 +451,7 @@
if (res.success) {
this.dataSource = res.result
this.total = res.result.total
this.selectedRowKeys = []
this.loading = false
} else {
this.loading = false
@@ -780,8 +780,7 @@ export default {
if (res.data.success) {
_this.$message.success(res.data.message)
_this.areaVisible = false
_this.getTableList()
_this.selectedRowKeysValue=[]
_this.GetgetTableList()
}else{
_this.$message.warning(res.data.message)
}