From 4b709c7eeafe8dfb3a3f838cbde57d6d12cc96c1 Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: Tue, 09 Aug 2022 11:03:45 +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