Browse Source

列表

feature
tianq 3 years ago
parent
commit
360d0b53f4
  1. 9
      src/views/dataBoard/sida/cpts/xqqd.vue
  2. 5
      src/views/dataBoard/sida/xq/list.vue

9
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 {
};
</script>
<style>
.cur{cursor: pointer;}
.cur {
cursor: pointer;
}
</style>
<style lang="scss" src="@/assets/scss/dataBoard/renfang/index.scss" scoped></style>

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

Loading…
Cancel
Save