From 01bfe12fea0b779a203c9021e5e232fb14f96fdb Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期一, 08 八月 2022 16:47:17 +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