♻️ refactor(mes): 移除更新成功后的窗口关闭逻辑

pull/871/MERGE
YunaiV 2026-03-23 23:06:50 +08:00
parent ec48c03486
commit 8ea418890d
1 changed files with 0 additions and 2 deletions

View File

@ -330,8 +330,6 @@ const submitForm = async () => {
} else {
await QcIqcApi.updateIqc(data)
message.success(t('common.updateSuccess'))
//
dialogVisible.value = false
}
//
emit('success')