From dbc0eabb0c3ba3dfdc71bc4207ace4ef77fce48a Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Fri, 5 May 2023 15:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E4=BF=9D=E5=AD=98id=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 f37959d..a73354c 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -306,7 +306,7 @@ export default { params.statusMap.is_draft = this.isDraft } // 处理followId 针对随访查询的列表数据的查询和修改操作 - if (this.$route.path == "/followupentry") { + if (this.followId || this.getTabFollowId) { params.followId = this.followId || this.getTabFollowId params.formRecordId = this.formData.formRecordId } -- 2.22.0