From f26e5679eaacdf0cb70abf5f2b940fcb686df4c1 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期四, 11 八月 2022 10:06:24 +0800
Subject: [PATCH] 新增目标考核弹窗

---
 src/views/facilityManagement/deviceType/component/Dailog.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/facilityManagement/deviceType/component/Dailog.vue b/src/views/facilityManagement/deviceType/component/Dailog.vue
index 59a8eda..ce4d7af 100644
--- a/src/views/facilityManagement/deviceType/component/Dailog.vue
+++ b/src/views/facilityManagement/deviceType/component/Dailog.vue
@@ -152,11 +152,13 @@
 					console.log('error submit!', fields);
 				}
 			});
+			disabled.value=false
 		};
 		const resetForm = (formEl: FormInstance | undefined) => {
 			if (!formEl) return;
 			formEl.resetFields();
 			dialogVisible.value = false;
+			disabled.value=false
 		};
 		//全屏
 		const full = ref(false);

--
Gitblit v1.9.2