Commit 1d17c18f by lizhixian

remove: 移除debugger

parent 9e5726d5
...@@ -31,7 +31,6 @@ export const getModelList = async (name: string | undefined) => { ...@@ -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 })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment