From f60473bc01862ba1e289e7764f9478b9675e9c68 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期五, 05 八月 2022 09:23:56 +0800
Subject: [PATCH] 对接

---
 src/components/equipmentDailog/detectDailog.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/equipmentDailog/detectDailog.vue b/src/components/equipmentDailog/detectDailog.vue
index 6bb0615..96a8f76 100644
--- a/src/components/equipmentDailog/detectDailog.vue
+++ b/src/components/equipmentDailog/detectDailog.vue
@@ -82,8 +82,9 @@
 			if (title == '查看') {
 				disabled.value = true;
 				form.value = data;
-			} else {
+			} else if(title == '修改'){
 				disabled.value = false;
+				form.value = data;
 			}
 		};
 		// 开启用户弹窗

--
Gitblit v1.9.2