From 1b5e4bdc3765bc01676bac89fe395ea3df32e73a Mon Sep 17 00:00:00 2001 From: JayChou Date: Sun, 10 Nov 2024 20:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=AA=E5=99=A8=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main-home/components/instrumentSharing/index.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue index b4c847f..4f8f022 100644 --- a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue +++ b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue @@ -4,8 +4,8 @@
仪器类别
-
通用
-
专用
+
通用
+
专用
@@ -181,6 +181,12 @@ }, }); } + const allIndex = ref(0) + const searchByKeywords = (type) => { + allIndex.value = type + 1 + page.value.type = type; + getindexcompEvent(); + }