From e2eaf74a71c0f89a8e2aa6837a00bf9d6add3f5a Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 11 Feb 2026 08:50:21 +0800 Subject: [PATCH] 1 --- src/widget/associatedforms/associatedFormsForCreate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/associatedforms/associatedFormsForCreate.vue b/src/widget/associatedforms/associatedFormsForCreate.vue index 51f629e..3d7a97d 100644 --- a/src/widget/associatedforms/associatedFormsForCreate.vue +++ b/src/widget/associatedforms/associatedFormsForCreate.vue @@ -83,7 +83,7 @@ function hasTableProperty(obj: object): boolean { } let asfDataTitlesData: any = [] onMounted(() => { - if (props.data.control.formid != null && props.data.control.formid != "") { + if (props.data.control &&props.data.control.formid != null && props.data.control.formid != "") { getAsfDataTitles().then(({ data }) => { asfDataTitlesData = data //console.log(data)