jsk 健康
This commit is contained in:
parent
9a02865f4e
commit
938b9f994b
|
|
@ -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(",")
|
||||
|
|
|
|||
Loading…
Reference in New Issue