diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index f37959ddb08a424f5da28c96dc2308a6d9a06a2d..a73354c6444c4083360d037beaea260dc3cd6233 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 }