调整电池工序跳转成功提示
This commit is contained in:
@@ -210,10 +210,7 @@ export default {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
const data = this.normalizeProcessPayload(res)
|
const data = this.normalizeProcessPayload(res)
|
||||||
this.tableData = this.normalizeProcessRows(data)
|
this.tableData = this.normalizeProcessRows(data)
|
||||||
this.$alert(this.$t(this.key('change_process_success')), this.$t(this.key('prompt')), {
|
this.$message.success(this.$t(this.key('change_process_success')))
|
||||||
type: 'success',
|
|
||||||
confirmButtonText: this.$t(this.key('confirm'))
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user