From ff7290ca9ceb2cd69868e13241f06a87fdb070e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Thu, 7 Dec 2023 15:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8D=E6=BB=A1=E6=84=8F?= =?UTF-8?q?=E9=A3=8E=E9=99=A9=E4=BA=BA=E5=91=98=E5=88=97=E8=A1=A8=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/overview/potentialPeople/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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