diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue
index e837b9a82..ab6f6b4cf 100644
--- a/src/components/DesignForm/formControlAttr.vue
+++ b/src/components/DesignForm/formControlAttr.vue
@@ -2127,6 +2127,14 @@ watch(()=>store.activeKey, () => {
})
+function addFillRole(){
+ controlData.value.control.fillRoles.push({
+ leftValue:'',
+ rightValue:'',
+ })
+}
+
+
//liwenxuan20240403 associatedForms end
@@ -3548,10 +3556,13 @@ const loadNextPage = () => {
当选择具体数据后,将按如下规则给当前表单字段填充数据
十 添加规则
-
-
-
-
+
diff --git a/src/widget/associatedforms/associatedFormsTinyace.vue b/src/widget/associatedforms/associatedFormsTinyace.vue
index ca8df6f12..2521c43a1 100644
--- a/src/widget/associatedforms/associatedFormsTinyace.vue
+++ b/src/widget/associatedforms/associatedFormsTinyace.vue
@@ -79,6 +79,9 @@ const tinymceReInit = ()=>{
let str:string = props.aftTextCopy
}
const focusEditor = ()=>{
+ console.log("1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")
+ console.log("111111111111111111111111"+onlyNumber)
+ console.log(document.getElementById(onlyNumber))
document.getElementById(onlyNumber)?.focus()
}