diff --git a/src/views/followupquery/components/FollowReview.vue b/src/views/followupquery/components/FollowReview.vue index a2413e0a50358ddb83344fc272ae5a4e51a1c83b..d76afd569e43148603fe6dad352f3c0bc037d970 100644 --- a/src/views/followupquery/components/FollowReview.vue +++ b/src/views/followupquery/components/FollowReview.vue @@ -53,6 +53,7 @@ { this.$refs.form && this.$refs.form.resetForm() }) - if (!this.patientId || this.followId) return + if (!this.patientId || this.formType === "2") return this.loading = true getPatientDetail({ patientId: this.patientId,