From b3c202648513fc01b69e09b4e3bbe1865a0b6b8c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 13 六月 2024 16:39:48 +0800
Subject: [PATCH] 完成检验下单功能优化

---
 src/components/view/a5-laboratory-management.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/view/a5-laboratory-management.vue b/src/components/view/a5-laboratory-management.vue
index 82e8e6d..8a3ad69 100644
--- a/src/components/view/a5-laboratory-management.vue
+++ b/src/components/view/a5-laboratory-management.vue
@@ -244,8 +244,8 @@
             children:[]
           },
           {
-            value:'棰濆绫诲瀷',
-            label:'棰濆绫诲瀷',
+            value:'鎶ュ憡绫诲瀷',
+            label:'鎶ュ憡绫诲瀷',
             children:null
           },
         ],
@@ -283,7 +283,6 @@
             return m
           })
           this.options[0].children = arr;
-          this.fileComponentData.tagField.type.select = arr;
           this.fileComponentData.selectField.type.select = arr;
         })
       },

--
Gitblit v1.9.3