diff --git a/src/views/dataBoard/overview/potentialPeople/index.vue b/src/views/dataBoard/overview/potentialPeople/index.vue index 28cacd549..397e5f7d0 100644 --- a/src/views/dataBoard/overview/potentialPeople/index.vue +++ b/src/views/dataBoard/overview/potentialPeople/index.vue @@ -227,7 +227,7 @@ export default { console.log(this.queryParams); let params = { ...this.queryParams, - countType: this.$route.query.countType, + satisfactionSource: this.$route.query.satisfactionSource, }; console.log(params); this.$http