jsk 健康

This commit is contained in:
skjia 2025-06-05 13:06:59 +08:00
parent 9a02865f4e
commit 938b9f994b
1 changed files with 4 additions and 4 deletions

View File

@ -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(",")