From 03fb7e0fe592ac417d5553aa6ab6763c517795c3 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Thu, 5 Jun 2025 13:45:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?jsk=20=E5=81=A5=E5=BA=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/healthCenter/healthRecords/index.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue index 410cda5f..67a98a12 100644 --- a/src/views/healthCenter/healthRecords/index.vue +++ b/src/views/healthCenter/healthRecords/index.vue @@ -192,12 +192,12 @@ 慢性病 - - + + @@ -455,8 +455,9 @@ export default { this.queryParams = { pageNum: 1, pageSize: 10, - articleTitle: undefined,//标题 + articleTitle: "",//标题 chronicList:[], //慢性病 + placeIdList:[], //位置 doctorAdvice:[], articleType:null //类型 } @@ -470,6 +471,7 @@ export default { "pageNum":this.queryParams.pageNum, "pageSize":this.queryParams.pageSize, "articleTitle":this.queryParams.articleTitle, + "placeIds":this.queryParams.placeIdList.join(",")||"", "doctorAdvices":this.queryParams.doctorAdvice.join(",")||"", "chronicIds":this.queryParams.chronicList.join(",")||"" } From 911cd40fb7ccae266f6ebd326f99bf5a243ad5e2 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Thu, 5 Jun 2025 13:59:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?jsk=20=E5=81=A5=E5=BA=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/healthCenter/healthRecords/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue index 67a98a12..484727ae 100644 --- a/src/views/healthCenter/healthRecords/index.vue +++ b/src/views/healthCenter/healthRecords/index.vue @@ -471,7 +471,7 @@ export default { "pageNum":this.queryParams.pageNum, "pageSize":this.queryParams.pageSize, "articleTitle":this.queryParams.articleTitle, - "placeIds":this.queryParams.placeIdList.join(",")||"", + "deptIds":this.queryParams.deptIdList.join(",")||"", "doctorAdvices":this.queryParams.doctorAdvice.join(",")||"", "chronicIds":this.queryParams.chronicList.join(",")||"" } @@ -480,6 +480,7 @@ export default { // }else{ // this.queryParams.chronicIds = "" // } + console.log("param",param); getHealthInfoPageApi(param).then(response => { this.tableListData = response.rows; console.log("this.tableListData",this.tableListData);