From 7ac6293fe3a550ff5465985341a1628e6fb31016 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 6 Feb 2026 17:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=A1=A8=E7=BB=93=E5=90=88=E5=85=B3?= =?UTF-8?q?=E8=81=94=E8=A1=A8=E5=8D=95=E9=A2=84=E5=A1=AB=E5=85=85=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/formControlPropertiNew.vue | 46 +++++++++++++++---- 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 06b3610..aaa1fef 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -5682,6 +5682,20 @@ function getAfterLastColon(str:string) { // 截取最后一个冒号后面的字符(索引+1 开始到字符串结尾) return str.slice(lastColonIndex + 1); +} + + + +const tablePreFillValueChanged = (val: any) => { + console.log("关联表单选择--->", val) + + controlData.value.control.preFill.ids = val.currentVal + + + + + + } //子表预填充设置 liwenxuan 20260204 end @@ -6793,7 +6807,7 @@ const formatTooltip = (val: number) => { > 预填充设置 - + @@ -9369,17 +9383,20 @@ const formatTooltip = (val: number) => { > -{{ asfsCurrentTable }} + +
请选择关联表单选择关联表单 { />
- + --> + +
+ 选择填充记录 + +
+ + +