From 025cdae98986d23a0497b37d23564059d51e52e0 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 4 Mar 2022 15:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/layouts/Tabcrumbs.vue | 1 + jero-web/src/views/system/modules/DeptUserInfo.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/layouts/Tabcrumbs.vue b/jero-web/src/components/layouts/Tabcrumbs.vue index eccedcb5c..99a39c46d 100644 --- a/jero-web/src/components/layouts/Tabcrumbs.vue +++ b/jero-web/src/components/layouts/Tabcrumbs.vue @@ -26,6 +26,7 @@ }, watch: { '$route': function(val) { + console.log(val) if (val.meta.title == '首页') { this.Navigation = val.meta.title this.subNavigation = null diff --git a/jero-web/src/views/system/modules/DeptUserInfo.vue b/jero-web/src/views/system/modules/DeptUserInfo.vue index 4b8a46f6b..4f05b219b 100644 --- a/jero-web/src/views/system/modules/DeptUserInfo.vue +++ b/jero-web/src/views/system/modules/DeptUserInfo.vue @@ -7,7 +7,7 @@ - + @@ -165,6 +165,9 @@ this.queryParam = {} this.loadDataIndex(1); }, + searchQuery(){ + this.loadDataIndex(1); + }, loadData(){}, loadDataIndex(arg) { if (!this.url.list) {