diff --git a/src/views/planning-production/production-monitoring/process-execution/index.vue b/src/views/planning-production/production-monitoring/process-execution/index.vue index 4678c651..d364e229 100644 --- a/src/views/planning-production/production-monitoring/process-execution/index.vue +++ b/src/views/planning-production/production-monitoring/process-execution/index.vue @@ -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