[update] 53620
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user