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