Browse Source

form组件修改兼容基础数据

master
陈薪名 11 months ago
parent
commit
74e1418eca
  1. 2
      src/components/BasicForm/src/BasicForm.vue

2
src/components/BasicForm/src/BasicForm.vue

@ -217,7 +217,7 @@ const formLoading = ref(false) // 表单的加载中:1)修改时的数据加
const formType = ref('') // create - update -
const formRef = ref() // Ref
const formSchema = ref(props.formAllSchemas.formSchema)
const formSchema = ref(props.formAllSchemas?.formSchema)
/** 弹层操作 */
// formField form

Loading…
Cancel
Save