From 941160d47200a7203cdc6828a3ec3b791c4789ae Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 26 Mar 2024 11:59:34 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2083044]=20=E5=BE=85=E5=8A=9E=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E9=A1=B5=E9=9D=A2=E8=BF=9B=E5=85=A5=E5=90=8E=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E8=8E=B7=E5=8F=96=E8=B7=AF=E7=94=B1=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workCenter/processCenter/ProcessCenter.vue | 2 ++ 1 file changed, 2 insertions(+) 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) {