refactor(projects): 移动工作流组件位置

This commit is contained in:
xlsea
2025-07-18 11:55:23 +08:00
parent 0dcfc893dd
commit 7ffaac5893
20 changed files with 56 additions and 38 deletions

View File

@ -157,7 +157,7 @@ function handleResetSearch() {
resetSearchParams();
selectedKeys.value = [];
}
const modules = import.meta.glob('@/components/custom/workflow/**/*.vue');
const modules = import.meta.glob('@/components/workflow/**/*.vue');
const businessId = ref<CommonType.IdType>();
const taskId = ref<CommonType.IdType>();