mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:修复在线表单编辑渲染的bug
This commit is contained in:
@@ -52,8 +52,10 @@ export const useForm = (props: ANY_OBJECT, formRef: Ref<FormInstance> | null = n
|
||||
|
||||
const form = computed(() => {
|
||||
buildFormConfig(dialogParams.value.formConfig);
|
||||
initPage();
|
||||
initFormWidgetList();
|
||||
if (!dialogParams.value.isEdit) {
|
||||
initPage();
|
||||
initFormWidgetList();
|
||||
}
|
||||
return dialogParams.value.formConfig;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user