From faa1b4e58a3b9ff41e446687b2d3a31e6709bd4b Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 23 三月 2026 16:01:12 +0800
Subject: [PATCH] feat(productionProcess): 添加工序机台选择功能到编辑表单
---
src/views/productionManagement/productionReporting/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index d09a666..1d5d475 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -543,7 +543,7 @@
productAudit(auditData)
.then(res => {
if (res.code === 200) {
- if(auditResult === 1){
+ if(form.value.auditResult == 1){
proxy.$modal.msgSuccess("瀹℃牳閫氳繃");
}else{
proxy.$modal.msgError("瀹℃牳涓嶉�氳繃");
--
Gitblit v1.9.3