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(); + }