diff --git a/acupuncture-前台/src/views/followFile/subjects.vue b/acupuncture-前台/src/views/followFile/subjects.vue index 0933b2b8..30500142 100644 --- a/acupuncture-前台/src/views/followFile/subjects.vue +++ b/acupuncture-前台/src/views/followFile/subjects.vue @@ -281,7 +281,9 @@ export default { getFollowupQuery() { followupQuery({ pageNum: -1, - param: {}, + param: { + status:1 + }, }).then((res) => { this.followupList = res.data.list; }); diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index b38e1b07..39deb42a 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -1071,7 +1071,9 @@ getFollowupQuery() { followupQuery({ pageNum: -1, - param: {}, + param: { + status:1 + }, }).then((res) => { this.followupList = res.data.list; }); @@ -1185,7 +1187,7 @@ let queueList = row.queueVoList.map((item) => item.queueId); this.form = { ...JSON.parse(JSON.stringify(row)), - queueIdList:queueList + queueIdList:queueList } }, /** 提交审核 */