From 962ff8be20f2bcd83bdf56c10dea28a22062da11 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Sun, 8 Mar 2026 13:45:32 +0800 Subject: [PATCH] commit --- .../views/platform/zhgh/welfare/selectionSituation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html b/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html index f79f32f..c6cc5c5 100644 --- a/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html +++ b/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html @@ -156,12 +156,12 @@ layout("/layouts/platform.html"){ computed: { welfareOptions() { if (this.pageForm.projectId) { - return this.projectOptions.find((item) => item.id === this.pageForm.projectId).options + return this.projectOptions.find((item) => item.id === this.pageForm.projectId)?.options } return [] }, provideMode() { - return this.projectOptions.find((item) => item.id === this.pageForm.projectId).provideMode + return this.projectOptions.find((item) => item.id === this.pageForm.projectId)?.provideMode } }, methods: {