From 8ea418890d73068004be7da5feb91ad7eac5301a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 23 Mar 2026 23:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(mes):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=9B=B4=E6=96=B0=E6=88=90=E5=8A=9F=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E5=85=B3=E9=97=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/qc/iqc/IqcForm.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/mes/qc/iqc/IqcForm.vue b/src/views/mes/qc/iqc/IqcForm.vue index dbb12bc28..e7f6bc1d0 100644 --- a/src/views/mes/qc/iqc/IqcForm.vue +++ b/src/views/mes/qc/iqc/IqcForm.vue @@ -330,8 +330,6 @@ const submitForm = async () => { } else { await QcIqcApi.updateIqc(data) message.success(t('common.updateSuccess')) - // 更新成功后,关闭窗口 - dialogVisible.value = false } // 发送操作成功的事件 emit('success')