修改前后端接口bug

This commit is contained in:
huxin02 2025-06-27 17:06:16 +08:00
parent 3f1c3cd043
commit d8c435c007
4 changed files with 3 additions and 3 deletions

View File

@ -593,7 +593,7 @@
"fxczfgl": [ "fxczfgl": [
{ {
"gncdbh": "A-610100000000-0005_0276", "gncdbh": "A-610100000000-0005_0276",
"name": "非现场执法", "name": "非现场执法管理",
"icon": "zyyy_rzzx", "icon": "zyyy_rzzx",
"path": "/fxczfgl/index", "path": "/fxczfgl/index",
"router": true, "router": true,

View File

@ -196,6 +196,7 @@ 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

@ -49,8 +49,6 @@ public class LawEnfPenaltyStatController {
public PageResult<OnlinePatrol> getPagexccsDetail(LawEnfPenaltyStatQuery query, @CurrentUser RemoteUserInfo user) { public PageResult<OnlinePatrol> getPagexccsDetail(LawEnfPenaltyStatQuery query, @CurrentUser RemoteUserInfo user) {
return PageResult.of(lawEnfPenaltyStatService.getPagexccsDetail(query,user)); return PageResult.of(lawEnfPenaltyStatService.getPagexccsDetail(query,user));
} }
/** /**
* 非现场执法查看发现问题次数详情 * 非现场执法查看发现问题次数详情
* *

View File

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