jsk 健康
This commit is contained in:
parent
63c1f98de0
commit
911cd40fb7
|
|
@ -471,7 +471,7 @@ 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,
|
||||||
"placeIds":this.queryParams.placeIdList.join(",")||"",
|
"deptIds":this.queryParams.deptIdList.join(",")||"",
|
||||||
"doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
|
"doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
|
||||||
"chronicIds":this.queryParams.chronicList.join(",")||""
|
"chronicIds":this.queryParams.chronicList.join(",")||""
|
||||||
}
|
}
|
||||||
|
|
@ -480,6 +480,7 @@ export default {
|
||||||
// }else{
|
// }else{
|
||||||
// this.queryParams.chronicIds = ""
|
// this.queryParams.chronicIds = ""
|
||||||
// }
|
// }
|
||||||
|
console.log("param",param);
|
||||||
getHealthInfoPageApi(param).then(response => {
|
getHealthInfoPageApi(param).then(response => {
|
||||||
this.tableListData = response.rows;
|
this.tableListData = response.rows;
|
||||||
console.log("this.tableListData",this.tableListData);
|
console.log("this.tableListData",this.tableListData);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue