From 84358f2bc9415c90099306f0c9c41cdc24cc78d6 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 10 八月 2022 18:34:32 +0800
Subject: [PATCH] 图标

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

diff --git a/src/components/equipmentDailog/standardDailog.vue b/src/components/equipmentDailog/standardDailog.vue
index 85febd2..a1f901e 100644
--- a/src/components/equipmentDailog/standardDailog.vue
+++ b/src/components/equipmentDailog/standardDailog.vue
@@ -96,6 +96,7 @@
 				checkPart: "",
 				rate: '',
 			};
+			disabled.value = false;
 		};
 		//   取消
 		const resetForm = () => {
@@ -108,6 +109,7 @@
 				checkPart: "",
 				rate: '',
 			};
+			disabled.value = false;
 		};
 		//全屏
 		const full = ref(false);

--
Gitblit v1.9.2