修改前后端接口bug
This commit is contained in:
parent
3f1c3cd043
commit
d8c435c007
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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, '非现场执法统计')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 非现场执法查看发现问题次数详情
|
* 非现场执法查看发现问题次数详情
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ public class OffSiteLawEnforceController {
|
||||||
this.offSiteLawEnforceService = offSiteLawEnforceService;
|
this.offSiteLawEnforceService = offSiteLawEnforceService;
|
||||||
this.enterpriseWarnService = enterpriseWarnService;
|
this.enterpriseWarnService = enterpriseWarnService;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 企业接入统计
|
* 企业接入统计
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue