From 26e91946bee2837cdcc2dae8965edfc19d2fccf8 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Wed, 8 Mar 2023 16:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/components/FormTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 23175e1..7d44449 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) => { -- 2.22.0