非现场执法统计功能修改
This commit is contained in:
parent
e6ab592fc5
commit
3f1c3cd043
|
|
@ -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, '非现场执法统计')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ public class OffSiteLawEnforceController {
|
||||||
this.offSiteLawEnforceService = offSiteLawEnforceService;
|
this.offSiteLawEnforceService = offSiteLawEnforceService;
|
||||||
this.enterpriseWarnService = enterpriseWarnService;
|
this.enterpriseWarnService = enterpriseWarnService;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 企业接入统计
|
* 企业接入统计
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue