Browse Source

解决自定义App表单归属问题

yjf_v3
超级管理员 1 year ago
parent
commit
af41eb335b
  1. 1
      src/components/DesignForm/formControlPropertiNew.vue
  2. 3
      src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue

1
src/components/DesignForm/formControlPropertiNew.vue

@ -4113,6 +4113,7 @@ const radioChangeSet = (val:any) => {
</el-form>
</el-tab-pane>
<el-tab-pane label="表单配置" name="second">
{{formConfig}}
<el-form size="small" class="form">
<el-divider content-position="left">基础配置</el-divider>
<el-form-item v-if="formConfig.classify != 4" class="form_cont">

3
src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue

@ -78,7 +78,8 @@ const state = reactive<formStruct>({
labelPosition: "left"
},
config: {
groupKey:props.groupKey
groupKey:props.formKey,
classify:4
},
styles:{
divStyle:{},

Loading…
Cancel
Save