提交代码

This commit is contained in:
2026-02-02 15:03:09 +08:00
parent 21562e57a6
commit 291ff5434b
17 changed files with 139 additions and 14 deletions

View File

@@ -16,7 +16,8 @@ import SignInput from "./sign/index.vue";
// vite glob导入
const modules: Record<string, () => Promise<unknown>> = import.meta.glob(
['../../views/jsonflow/*/*.vue', '../../views/order/*/*.vue', '../../views/purchase/*/*.vue']
['../../views/jsonflow/*/*.vue', '../../views/order/*/*.vue',
'../../views/purchase/*/*.vue','../../views/finance/purchasingrequisition/add.vue']
)
/**