From 7af8f73845ff3e3b88f5cc763139b6dd1b33b3ed Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 11 六月 2025 14:14:15 +0800
Subject: [PATCH] 检验报告多选修复

---
 src/views/system/comp/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue
index 9e064fe..409bae8 100644
--- a/src/views/system/comp/index.vue
+++ b/src/views/system/comp/index.vue
@@ -1095,6 +1095,7 @@
         // 涓嶈鐩存帴璧嬪�兼暣涓� response.data锛岃�屾槸閫愪釜灞炴�ц祴鍊�
         Object.assign(this.form, response.data);
         this.form.isZybUnit = response.data.isZybUnit === true ? 1 : 0;
+         this.form.dwlx= Number(response.data.dwlx)
         console.log("淇敼鏃剁殑 isZybUnit 鍊�:", this.form.isZybUnit);
         this.open = true;
         this.title = "淇敼浣撴鍗曚綅淇℃伅缁存姢";

--
Gitblit v1.8.0