From 0b3900a7822edbf2dbf453a2045c3861d4533876 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 04 Feb 2026 13:20:32 +0800
Subject: [PATCH] 修改取值

---
 src/views/usermng/product.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/usermng/product.vue b/src/views/usermng/product.vue
index 781739b..d5b5840 100644
--- a/src/views/usermng/product.vue
+++ b/src/views/usermng/product.vue
@@ -205,7 +205,7 @@
               v-for="item in manufacturerTree"
               :key="item.attributes"
               :label="item.text"
-              :value="item.attributes">
+              :value="item.text">
             </el-option>
           </el-select>
         </el-form-item>
@@ -610,7 +610,7 @@
         this.dataForm.type = row.type;
           this.dataForm.secondaryType = row.secondaryType;
         this.dataForm.directionCode = row.directionCode;
-        this.dataForm.manufacturer = row.companyNumber;
+        this.dataForm.manufacturer = row.manufacturer;
         this.dataForm.specification = row.specification;
         this.dataForm.explosiveContent = row.explosiveContent;
         this.dataForm.level = row.level;

--
Gitblit v1.9.2