修复电池工序跳转成功提示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user