diff --git a/src/views/workCenter/processCenter/ProcessCenter.vue b/src/views/workCenter/processCenter/ProcessCenter.vue index d8d647f8..8a6e2158 100644 --- a/src/views/workCenter/processCenter/ProcessCenter.vue +++ b/src/views/workCenter/processCenter/ProcessCenter.vue @@ -80,6 +80,8 @@ export default { // } // }, activated () { + // 第一次进页面通过路由参数回显查询条件 + this.useRouteQuery = true console.log('---------activated') // 如果有路由参数,则使用路由参数跳转对应页签 if (this.$route.query.activeTab) {