非现场执法统计功能修改

This commit is contained in:
renhao02 2025-06-27 17:05:20 +08:00
parent e6ab592fc5
commit 3f1c3cd043
2 changed files with 0 additions and 2 deletions

View File

@ -196,7 +196,6 @@ function caseEventClick(row, column, cell, event) {
} }
const broTable = ref(null) const broTable = ref(null)
function handleExport() { function handleExport() {
broTable.value.busiTable.exportExcelFileForCurrentPage(tableConfig.value.tableId, '非现场执法统计') broTable.value.busiTable.exportExcelFileForCurrentPage(tableConfig.value.tableId, '非现场执法统计')
} }

View File

@ -30,7 +30,6 @@ public class OffSiteLawEnforceController {
this.offSiteLawEnforceService = offSiteLawEnforceService; this.offSiteLawEnforceService = offSiteLawEnforceService;
this.enterpriseWarnService = enterpriseWarnService; this.enterpriseWarnService = enterpriseWarnService;
} }
/** /**
* 企业接入统计 * 企业接入统计
* *