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();