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:[],// deptIdList:[],//
chronicList:[], // chronicList:[], //
placeIdList:[], // placeIdList:[], //
doctorAdvice:[],//
articleType:null // articleType:null //
}, },
form: { form: {
@ -456,6 +457,7 @@ export default {
pageSize: 10, pageSize: 10,
articleTitle: undefined,// articleTitle: undefined,//
chronicList:[], // chronicList:[], //
doctorAdvice:[],
articleType:null // articleType:null //
} }
this.resetForm("queryForm"); this.resetForm("queryForm");
@ -468,10 +470,8 @@ export default {
"pageNum":this.queryParams.pageNum, "pageNum":this.queryParams.pageNum,
"pageSize":this.queryParams.pageSize, "pageSize":this.queryParams.pageSize,
"articleTitle":this.queryParams.articleTitle, "articleTitle":this.queryParams.articleTitle,
"articleType":this.queryParams.articleType, "doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
"chronicIds":this.queryParams.chronicList.join(",")||"", "chronicIds":this.queryParams.chronicList.join(",")||""
"startDate":this.formatDate(this.dateRange[0]),
"endDate":this.formatDate(this.dateRange[1])
} }
// if(this.queryParams.chronicList.length>0){ // if(this.queryParams.chronicList.length>0){
// this.queryParams.chronicIds = this.queryParams.chronicList.join(",") // this.queryParams.chronicIds = this.queryParams.chronicList.join(",")