From 0e11714f01de9fe1756d6896f67bcd07ff50a148 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 10 八月 2022 18:34:52 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- 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