From 91e820dfbbc383dd61ee048ca385f30cb789ddda Mon Sep 17 00:00:00 2001 From: zhangrui Date: Tue, 2 Jun 2026 09:08:44 +0800 Subject: [PATCH] 1 --- src/main/resources/views/platform/proposal/export/whole.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/views/platform/proposal/export/whole.html b/src/main/resources/views/platform/proposal/export/whole.html index 24be3a9..4805bd7 100644 --- a/src/main/resources/views/platform/proposal/export/whole.html +++ b/src/main/resources/views/platform/proposal/export/whole.html @@ -145,7 +145,7 @@ layout("/layouts/platform.html"){ const stateCode = this.pageForm.stateCode const searchKeyword = this.pageForm.searchKeyword const searchName = this.pageForm.searchName - const delegationId = this.pageForm.delegationId + const delegationId = this.pageForm.delegationId ? this.pageForm.delegationId : '' const unionId = this.pageForm.unionId const unitId = this.pageForm.unitId const meetingId = this.pageForm.meetingId