@@ -31,7 +31,6 @@ export const getModelList = async (name: string | undefined) => {
}
export const getModel = async (id: string) => {
- debugger
return await request.get({ url: '/bpm/model/get?id=' + id })