修复电池复投成功后表格未清空
Some checks are pending
Release pipeline / publish (push) Waiting to run
Release pipeline / Always run job (push) Waiting to run

This commit is contained in:
sheng
2026-06-25 17:24:42 +08:00
parent 58ea133b8b
commit 257e3f4d08

View File

@@ -188,6 +188,7 @@ export default {
return
}
this.$message.success(this.$t(this.key('re_activate_success')))
this.tableData = []
}).catch(error => {
this.$message.warning(`${this.$t(this.key('rethrow_activation_failed'))}: ${error}`)
}).finally(() => {