diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index 597cb9238b25893e8b6f030e63b2325eadc32b62..f136f92ce755569be25792549c9967accf59e409 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 2b38ca3b344516052b1191205c5fc01eb398bc7f..afc204d105b457c26d963de5728b734a7b179026 100644 --- a/src/views/followupquery/FollowUpDetail.vue +++ b/src/views/followupquery/FollowUpDetail.vue @@ -1,21 +1,21 @@