From 4f6e2410ac8910840e8176b54b6c72d3ca82a894 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 26 三月 2026 16:49:30 +0800
Subject: [PATCH] 修复造粒确认人数据错误
---
src/views/productionManagement/workOrder/components/GranulationForm.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/workOrder/components/GranulationForm.vue b/src/views/productionManagement/workOrder/components/GranulationForm.vue
index 8fed003..a35fae8 100644
--- a/src/views/productionManagement/workOrder/components/GranulationForm.vue
+++ b/src/views/productionManagement/workOrder/components/GranulationForm.vue
@@ -152,7 +152,7 @@
formData.otherData.burningMaterial.userName = selectedUser.userName;
break;
case 'burningMaterialConfirmId':
- formData.otherData.stirredMillIncludesMixing.confirmName = selectedUser.userName;
+ formData.otherData.burningMaterial.confirmName = selectedUser.userName;
break;
case 'stirredMillUserId':
formData.otherData.stirredMill.userName = selectedUser.userName;
@@ -858,7 +858,7 @@
placeholder="璇烽�夋嫨纭浜�"
clearable
filterable
- @change="handleUserChange($event, 'stirredMillConfirmId')">
+ @change="handleUserChange($event, 'granulationBConfirmId')">
<el-option v-for="user in userOptions"
:key="user.userId"
:label="user.userName"
--
Gitblit v1.9.3