From 75b3b07857fae1beecbea0534fb60df7e0469052 Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期四, 14 十月 2021 14:16:01 +0800 Subject: [PATCH] 地图落后单体模块跳转功能 --- src/components/indexPanel/InfoPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/indexPanel/InfoPanel.vue b/src/components/indexPanel/InfoPanel.vue index 9ad969d..95340cf 100644 --- a/src/components/indexPanel/InfoPanel.vue +++ b/src/components/indexPanel/InfoPanel.vue @@ -121,7 +121,7 @@ pageInfo: { label: "钀藉悗鍗曚綋鏌ヨ", name: "taskplan", - src: "#/reportStatistics/taskplan" + this.search + '&fromType=fromIndex', + src: "#/reportStatistics/taskplan?province=" + this.info.StationName.split('-')[0] + '&home=' + this.info.StationName + '&fromType=fromIndex', closable: true } } -- Gitblit v1.9.1