From 45bb256ec1783b28b27e99bf725ee72272ff22fb Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Thu, 1 Jun 2023 10:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E6=9F=A5=E8=AF=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupquery/components/FollowReview.vue | 2 ++ src/views/followupquery/components/MyCustomForm.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/followupquery/components/FollowReview.vue b/src/views/followupquery/components/FollowReview.vue index a2413e0..d76afd5 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, -- 2.22.0