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