添加注释

This commit is contained in:
xiaocp2009 2025-10-31 12:42:56 +08:00
parent 7136ab6409
commit 816b46744a
2 changed files with 7 additions and 0 deletions

View File

@ -23,3 +23,6 @@ https://www.cnblogs.com/Fooo/p/17807277.html
-------tong web 部署---------
https://blog.csdn.net/user990378983/article/details/130324181
-------work flow ---------
为不同的业务类型提供不同的审批表单并存放到src/components/workflow/form路径下

View File

@ -79,6 +79,10 @@ export function humpToLine(str: string, line: string = '-') {
}
/** 动态加载组件 */
/*
* src/components/workflow/form路径下的vue表单组件
*
* */
export async function loadDynamicComponent(
modules: Record<string, () => Promise<any>>,
formPath: string,