feat:【ele】bpm task 的迁移

This commit is contained in:
YunaiV
2025-10-21 09:41:25 +08:00
parent ad00cf839c
commit 77ba1ee68f
12 changed files with 867 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ export interface ModelCategoryInfo {
}
/** 获取流程模型列表 */
export async function getModelList(name: string | undefined) {
export async function getModelList(name?: string) {
return requestClient.get<BpmModelApi.Model[]>('/bpm/model/list', {
params: { name },
});