From 567be279bb99d9bf895d0eb9337941964031839b Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 19 Jul 2024 13:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/associatedforms/associatedForms.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/associatedforms/associatedForms.vue b/src/widget/associatedforms/associatedForms.vue index 9e9a6a213..904867ba3 100644 --- a/src/widget/associatedforms/associatedForms.vue +++ b/src/widget/associatedforms/associatedForms.vue @@ -44,6 +44,7 @@ onMounted(()=>{ getAsfDataTitles().then(({ data }) => { //console.log(data) options.value = data + value1.value = props.formProps.model[props.data.name] }); }