diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index ab6f6b4cf..2f4d7492d 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2134,6 +2134,11 @@ function addFillRole(){ }) } +function delRole(val:number){ + controlData.value.control.fillRoles.splice(val, 1); + console.log(controlData.value.control.fillRoles) +} + //liwenxuan20240403 associatedForms end @@ -3556,10 +3561,10 @@ const loadNextPage = () => {
当选择具体数据后,将按如下规则给当前表单字段填充数据
十 添加规则 -
+