del: 移除debugger标记

This commit is contained in:
TsMask
2024-10-17 10:29:39 +08:00
parent cf1686c348
commit 1565f25a03
4 changed files with 0 additions and 5 deletions

View File

@@ -838,7 +838,6 @@ function fnRecordExport(type: string = 'txt') {
let content = '';
if (type == 'txt') {
for (const row of rows) {
debugger;
const epsDat = [
row.epsFlag,
row.epsOdb,