From 5743429fca95dadb059c7c88604980bf5b5943b4 Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Mon, 8 May 2023 13:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupentry/index.vue | 4 +- src/views/followupquery/FollowUpDetail.vue | 49 ++++---- .../followupquery/components/FollowReview.vue | 7 ++ src/views/followupquery/index.vue | 107 ++++++++++++------ src/views/followupresearch/index.vue | 27 ++++- .../screening/components/ConfigForms.vue | 6 +- src/views/screening/index.vue | 15 ++- src/views/test.vue | 4 +- 8 files changed, 143 insertions(+), 76 deletions(-) diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index 597cb92..f136f92 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -79,8 +79,8 @@ export default { }) }, methods: { - changeShow() { - this.$emit("changeShow") + changeShow(isRefresh) { + this.$emit("changeShow", isRefresh) }, refreshData(data) { // this.refreshFlag = false diff --git a/src/views/followupquery/FollowUpDetail.vue b/src/views/followupquery/FollowUpDetail.vue index 2b38ca3..afc204d 100644 --- a/src/views/followupquery/FollowUpDetail.vue +++ b/src/views/followupquery/FollowUpDetail.vue @@ -1,21 +1,21 @@