lizhixian 5 сар өмнө
parent
commit
1d17c18f41

+ 0 - 1
src/api/bpm/model/index.ts

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