diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue index 7fbd3c75..410cda5f 100644 --- a/src/views/healthCenter/healthRecords/index.vue +++ b/src/views/healthCenter/healthRecords/index.vue @@ -381,6 +381,7 @@ export default { deptIdList:[],//组织 chronicList:[], //慢性病 placeIdList:[], //位置 + doctorAdvice:[],//饮食医嘱 articleType:null //类型 }, form: { @@ -456,6 +457,7 @@ export default { pageSize: 10, articleTitle: undefined,//标题 chronicList:[], //慢性病 + doctorAdvice:[], articleType:null //类型 } this.resetForm("queryForm"); @@ -468,10 +470,8 @@ export default { "pageNum":this.queryParams.pageNum, "pageSize":this.queryParams.pageSize, "articleTitle":this.queryParams.articleTitle, - "articleType":this.queryParams.articleType, - "chronicIds":this.queryParams.chronicList.join(",")||"", - "startDate":this.formatDate(this.dateRange[0]), - "endDate":this.formatDate(this.dateRange[1]) + "doctorAdvices":this.queryParams.doctorAdvice.join(",")||"", + "chronicIds":this.queryParams.chronicList.join(",")||"" } // if(this.queryParams.chronicList.length>0){ // this.queryParams.chronicIds = this.queryParams.chronicList.join(",")