多租户前端修改提交

This commit is contained in:
yaoyn
2024-07-19 17:47:11 +08:00
parent d85c09bd83
commit 8034e9b090
23 changed files with 958 additions and 43 deletions

View File

@ -1725,6 +1725,7 @@ export function buildSimpleFormCode(model: GeneratorConfig, _tableInfo: TableInf
await getFormDataEvent(formEventConfigs, state.formModel,
systemFormRef.value,
formProps.schemas); //表单事件:获取表单数据
return record;
} catch (error) {
}