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