From 8b7c2fe49917d670eb2a03cecda23ea50961c494 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 09 八月 2022 09:26:29 +0800 Subject: [PATCH] lct --- 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