Browse Source

列表

V1.0
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(); this.getPie();
}, },
handleClickItem(item) { handleClickItem(item) {
console.log('dd');
this.getInfo(); this.getInfo();
const { type, name } = item;
this.$router.push({ this.$router.push({
path: '/dataBoard/sida/xq/list', path: '/dataBoard/sida/xq/list',
query: { query: {
org_id: this.orgId, org_id: this.orgId,
type: this.currentTab type: this.currentTab,
type2: item.name
} }
}); });
}, },
@ -142,6 +141,8 @@ export default {
}; };
</script> </script>
<style> <style>
.cur{cursor: pointer;} .cur {
cursor: pointer;
}
</style> </style>
<style lang="scss" src="@/assets/scss/dataBoard/renfang/index.scss" scoped></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() { activated() {
this.org_id = getQueryPara('org_id'); this.org_id = getQueryPara('org_id');
this.listType = getQueryPara('type'); this.listType = getQueryPara('type');
// const type_name = getQueryPara('type_name'); this.type2= getQueryPara('type2');
// this.breadList[1].meta.title = type_name + '';
// this.tableTitle = type_name + '';
this.pageNo = 1; this.pageNo = 1;
this.getList(); this.getList();
this.getCount(); this.getCount();

Loading…
Cancel
Save