From ac478242e0ecb50b23b2e91c0541f9ceae2dccf6 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 25 四月 2025 16:59:37 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- src/views/home/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 7518d17..b17288f 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -7,7 +7,7 @@ <p>瀛︽湳鎬濇兂浼犳壙澶氱淮搴︽暟鎹簱</p> </div> <div class="searchBox"> - <SearchBox /> + <SearchBox @searchFun="handleSearch" /> </div> </div> <div class="menuBox"> @@ -94,6 +94,10 @@ console.log(row); this.$router.push(row.path); }, + + handleSearch(type, value) { + console.log(type, value); + }, //鑾峰彇浜虹墿浠嬬粛 getPersonInfo() { this.MG.resource -- Gitblit v1.9.1