diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 23175e127d27dbc1a0b54975c57547afb143cfa3..7d44449e343801c5a49d3d4bb4ead3a0231e82af 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -284,7 +284,7 @@ export default { if (this.isDraft) { params.statusMap.is_draft = this.isDraft } - if (this.$route.path == "/followupentry" && this.activeName != "index1") { + if (this.$route.path == "/followupentry" && this.activeName != "index0") { params.followId = this.followId } this.$emit("handleConfirm", params, done, (res) => {