remove: 移除debugger

This commit is contained in:
lizhixian 2025-03-12 09:00:15 +08:00
parent 9e5726d599
commit 1d17c18f41

View File

@ -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 })
}