diff --git a/src/views/followupquery/components/FollowReview.vue b/src/views/followupquery/components/FollowReview.vue index 48ca28103eebbe7b7253a277843f1ad45f93bd48..ea4a4a36f0e6cc68733709554927c3e563b19d94 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