From c34525e842e52aa6a7fe5f28c8fa50f31cc55270 Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Wed, 12 Nov 2025 17:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tooling/manuf_tool.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue index 8248a3a..2294579 100644 --- a/src/views/modules/tooling/manuf_tool.vue +++ b/src/views/modules/tooling/manuf_tool.vue @@ -849,7 +849,6 @@ export default { this.searchData.pageSize = 10000 this.searchData.pageIndex = 1 await getToolInfoList(this.searchData).then(({data}) => { - debugger; this.exportList = data.rows; })