From f310bae9037704212a5626ed26a32bd4182a3508 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 08 五月 2024 20:50:21 +0800
Subject: [PATCH] 完成样品管理bug

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 6f5c462..1858949 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1032,7 +1032,7 @@
           }).then(res => {
             if (res.code === 200 && res.data) {
               this.equipOptions = res.data.map(m => {
-                m.value = m.factoryNo
+                m.value = m.managementNumber
                 m.label = m.deviceName
                 return m
               })

--
Gitblit v1.9.3