修复电池工序跳转成功提示
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 15:46:10 +08:00
parent a79db56124
commit 7e59f825fc
3 changed files with 6 additions and 0 deletions

View File

@@ -210,6 +210,10 @@ export default {
.then(res => {
const data = this.normalizeProcessPayload(res)
this.tableData = this.normalizeProcessRows(data)
this.$alert(this.$t(this.key('change_process_success')), this.$t(this.key('prompt')), {
type: 'success',
confirmButtonText: this.$t(this.key('confirm'))
})
})
.finally(() => {
this.loading = false