From 360d0b53f4be9cd672bc9e76178a48c6e7eb06d1 Mon Sep 17 00:00:00 2001 From: tianq Date: Thu, 16 Mar 2023 12:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/sida/cpts/xqqd.vue | 9 +++++---- src/views/dataBoard/sida/xq/list.vue | 5 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/dataBoard/sida/cpts/xqqd.vue b/src/views/dataBoard/sida/cpts/xqqd.vue index 1c5ae5c4a..679638ea0 100644 --- a/src/views/dataBoard/sida/cpts/xqqd.vue +++ b/src/views/dataBoard/sida/cpts/xqqd.vue @@ -62,14 +62,13 @@ export default { this.getPie(); }, handleClickItem(item) { - console.log('dd'); this.getInfo(); - const { type, name } = item; this.$router.push({ path: '/dataBoard/sida/xq/list', query: { org_id: this.orgId, - type: this.currentTab + type: this.currentTab, + type2: item.name } }); }, @@ -142,6 +141,8 @@ export default { }; diff --git a/src/views/dataBoard/sida/xq/list.vue b/src/views/dataBoard/sida/xq/list.vue index 9d7aeaf57..6581bf10f 100644 --- a/src/views/dataBoard/sida/xq/list.vue +++ b/src/views/dataBoard/sida/xq/list.vue @@ -133,9 +133,8 @@ export default { activated() { this.org_id = getQueryPara('org_id'); this.listType = getQueryPara('type'); - // const type_name = getQueryPara('type_name'); - // this.breadList[1].meta.title = type_name + '需求列表'; - // this.tableTitle = type_name + '需求列表'; + this.type2= getQueryPara('type2'); + this.pageNo = 1; this.getList(); this.getCount();