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) {