Browse Source

Merge remote-tracking branch 'origin/jw_feature_zhanlibiao' into jw_feature_dev

V1.0
战立标 2 years ago
parent
commit
9d31a9549e
  1. 4
      src/views/dataBoard/cpts/map/index.vue
  2. 11
      src/views/dataBoard/satisfactionEval/potentialPeople/index.vue

4
src/views/dataBoard/cpts/map/index.vue

@ -1040,12 +1040,12 @@ export default {
display: none; display: none;
} }
/deep/ .jw-popup-bg { /* /deep/ .jw-popup-bg {
background: url('@/assets/images/overview/map-pop-img.png') no-repeat; background: url('@/assets/images/overview/map-pop-img.png') no-repeat;
width: 80px; width: 80px;
height: 80px; height: 80px;
margin-right: 10px; margin-right: 10px;
} }*/
/deep/ .jw-popup-container { /deep/ .jw-popup-container {
display: flex; display: flex;

11
src/views/dataBoard/satisfactionEval/potentialPeople/index.vue

@ -111,14 +111,8 @@ export default {
list: [], list: [],
}; };
}, },
watch: {
"$route.query.countType" () { activated() {
if(this.$route.path === '/dataBoard/satisfactionEval/potentialPeople') {
this.getList();
}
}
},
mounted() {
this.getOrg(); this.getOrg();
}, },
methods: { methods: {
@ -149,6 +143,7 @@ export default {
}, },
getList() { getList() {
this.loading = true this.loading = true
console.log(this.$route.query.countType)
let params = { let params = {
...this.queryParams, ...this.queryParams,
countType: this.$route.query.countType countType: this.$route.query.countType

Loading…
Cancel
Save