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 }} + +
请选择关联表单选择关联表单 { />
- + --> + +
+ 选择填充记录 + +
+ + +