From 1d17c18f418c15a4abdd1375382650a21b8a615b Mon Sep 17 00:00:00 2001 From: lizhixian <18210040298@163.com> Date: Wed, 12 Mar 2025 09:00:15 +0800 Subject: [PATCH] =?UTF-8?q?remove=EF=BC=9A=20=E7=A7=BB=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/bpm/model/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/bpm/model/index.ts b/src/api/bpm/model/index.ts index 67b1f2ad..63b6af6a 100644 --- a/src/api/bpm/model/index.ts +++ b/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 }) }