非现场执法bug修改
This commit is contained in:
parent
9699725520
commit
7723b16dab
|
|
@ -1879,9 +1879,6 @@ function handCasePageQueryParams(val) {
|
|||
getCasePage()
|
||||
}
|
||||
|
||||
function closeCasePage() {
|
||||
casePageShow.value = false
|
||||
}
|
||||
|
||||
/**
|
||||
* 非现场执法
|
||||
|
|
|
|||
|
|
@ -828,8 +828,7 @@ const gotoPath = (path) => {
|
|||
route.push(path)
|
||||
}
|
||||
|
||||
//5.行政执法案件进度一览表
|
||||
// 案件数据变量
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -82,10 +82,6 @@ public class OffSiteLawEnforceController {
|
|||
* @param
|
||||
* @return 非现场执法统计
|
||||
*/
|
||||
@GetMapping("/fxczftj")
|
||||
public Result<List> getFxczftj(String type) {
|
||||
return Ok.of(offSiteLawEnforceService.getFxczftj(type));
|
||||
}
|
||||
|
||||
/**
|
||||
* 监控预警信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue