添加注释
This commit is contained in:
parent
7136ab6409
commit
816b46744a
@ -23,3 +23,6 @@ https://www.cnblogs.com/Fooo/p/17807277.html
|
|||||||
|
|
||||||
-------tong web 部署---------
|
-------tong web 部署---------
|
||||||
https://blog.csdn.net/user990378983/article/details/130324181
|
https://blog.csdn.net/user990378983/article/details/130324181
|
||||||
|
|
||||||
|
-------work flow ---------
|
||||||
|
为不同的业务类型,提供不同的审批表单,并存放到src/components/workflow/form路径下
|
||||||
|
|||||||
@ -79,6 +79,10 @@ export function humpToLine(str: string, line: string = '-') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 动态加载组件 */
|
/** 动态加载组件 */
|
||||||
|
/*
|
||||||
|
* 加载src/components/workflow/form路径下的vue表单组件
|
||||||
|
* 每个不同的审批页面都需要提供单独的组件
|
||||||
|
* */
|
||||||
export async function loadDynamicComponent(
|
export async function loadDynamicComponent(
|
||||||
modules: Record<string, () => Promise<any>>,
|
modules: Record<string, () => Promise<any>>,
|
||||||
formPath: string,
|
formPath: string,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user