remove: 移除debugger
parent
9e5726d599
commit
1d17c18f41
|
|
@ -31,7 +31,6 @@ export const getModelList = async (name: string | undefined) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getModel = async (id: string) => {
|
export const getModel = async (id: string) => {
|
||||||
debugger
|
|
||||||
return await request.get({ url: '/bpm/model/get?id=' + id })
|
return await request.get({ url: '/bpm/model/get?id=' + id })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue