修复电池复投成功后表格未清空
This commit is contained in:
@@ -188,6 +188,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$message.success(this.$t(this.key('re_activate_success')))
|
this.$message.success(this.$t(this.key('re_activate_success')))
|
||||||
|
this.tableData = []
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
this.$message.warning(`${this.$t(this.key('rethrow_activation_failed'))}: ${error}`)
|
this.$message.warning(`${this.$t(this.key('rethrow_activation_failed'))}: ${error}`)
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user