非现场执法bug修改

This commit is contained in:
luolianxin 2025-08-29 20:10:59 +08:00
parent 9699725520
commit 7723b16dab
3 changed files with 1 additions and 9 deletions

View File

@ -1879,9 +1879,6 @@ function handCasePageQueryParams(val) {
getCasePage() getCasePage()
} }
function closeCasePage() {
casePageShow.value = false
}
/** /**
* 非现场执法 * 非现场执法

View File

@ -828,8 +828,7 @@ const gotoPath = (path) => {
route.push(path) route.push(path)
} }
//5.
//

View File

@ -82,10 +82,6 @@ public class OffSiteLawEnforceController {
* @param * @param
* @return 非现场执法统计 * @return 非现场执法统计
*/ */
@GetMapping("/fxczftj")
public Result<List> getFxczftj(String type) {
return Ok.of(offSiteLawEnforceService.getFxczftj(type));
}
/** /**
* 监控预警信息 * 监控预警信息