diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue index 410cda5f..484727ae 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, + "deptIds":this.queryParams.deptIdList.join(",")||"", "doctorAdvices":this.queryParams.doctorAdvice.join(",")||"", "chronicIds":this.queryParams.chronicList.join(",")||"" } @@ -478,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);