From a733278518436197d7918a4ecfca6b83773e8a9d Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Fri, 5 May 2023 14:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupquery/components/FollowReview.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/followupquery/components/FollowReview.vue b/src/views/followupquery/components/FollowReview.vue index 48ca281..ea4a4a3 100644 --- a/src/views/followupquery/components/FollowReview.vue +++ b/src/views/followupquery/components/FollowReview.vue @@ -192,7 +192,6 @@ export default { getFollowRecord() { getFollowRecord({ patientId: this.currentRow.patientId, - patientFrom: this.$store.getters["table/selectedIndex"], }).then((res) => { this.followList = res.data.filter((_) => _.followBatch > 0) const len = this.followList.length -- 2.22.0