From e24530062894a82ac6bae9ba550d14f00e7de04f Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 18 Feb 2025 16:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E9=98=9F=E5=88=97=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=80=89=E6=8B=A9=E5=8F=AA=E6=9F=A5=E8=AF=A2=E5=90=AF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/followFile/subjects.vue | 4 +++- acupuncture-前台/src/views/medicalFile/index.vue | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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 } }, /** 提交审核 */