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: {