调整电池工序跳转成功提示

This commit is contained in:
sheng
2026-06-25 15:53:29 +08:00
parent 7e59f825fc
commit 297adacd82

View File

@@ -210,10 +210,7 @@ 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'))
})
this.$message.success(this.$t(this.key('change_process_success')))
})
.finally(() => {
this.loading = false