From 297adacd8253dfe9074a68540b241b972669343f Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Thu, 25 Jun 2026 15:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=B5=E6=B1=A0=E5=B7=A5?= =?UTF-8?q?=E5=BA=8F=E8=B7=B3=E8=BD=AC=E6=88=90=E5=8A=9F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production-monitoring/process-execution/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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