仿钉钉流程设计器-前端重构

This commit is contained in:
jason
2024-04-27 00:35:18 +08:00
parent 2589fbe560
commit 931417928f
14 changed files with 1081 additions and 154 deletions

View File

@ -29,7 +29,7 @@ export const getModelPage = async (params) => {
return await request.get({ url: '/bpm/model/page', params })
}
export const getModel = async (id: number) => {
export const getModel = async (id: string) => {
return await request.get({ url: '/bpm/model/get?id=' + id })
}