Browse Source

修复了单选,多选,下拉选项数据源为系统表单字段时,无法选择表单的bug

lwx_v13
liwenxuan 1 year ago
parent
commit
ca095c6290
  1. 1
      src/components/DesignForm/formControlPropertiNew.vue

1
src/components/DesignForm/formControlPropertiNew.vue

@ -5055,6 +5055,7 @@ const radioChangeSet = (val:any) => {
check-strictly
:render-after-expand="false"
filterable
node-key="id"
@change="formidChangedOptionsValue3"
/>
</div>

Loading…
Cancel
Save