执法用户管理、APP接口联调
This commit is contained in:
parent
79d8ba2806
commit
63511ad5c0
|
|
@ -491,13 +491,6 @@ const baseRoutes = [
|
||||||
meta: {title: '非现场执法'},
|
meta: {title: '非现场执法'},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
|
||||||
name: '_index',
|
|
||||||
component: () => import('@views/fxczfgl/index.vue'),
|
|
||||||
meta: {
|
|
||||||
title: '非现场执法管理'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
path: 'zxxcxx',
|
path: 'zxxcxx',
|
||||||
|
|
|
||||||
|
|
@ -191,12 +191,6 @@
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="top_title">
|
<div class="top_title">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
<div class="label">非现场执法统计<span class="detail" @click="skipPage">(<label>详情</label>)</span></div>
|
|
||||||
<div class="time">
|
|
||||||
<span :class="{ active: isMonthActive }" @click="toggleTimeRange('1')">月</span>
|
|
||||||
<span :class="{ active: !isMonthActive }" @click="toggleTimeRange('2')">年</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom_content">
|
<div class="bottom_content">
|
||||||
|
|
|
||||||
|
|
@ -179,9 +179,7 @@ public class BigScreenController {
|
||||||
* @param businessRating 企业分级
|
* @param businessRating 企业分级
|
||||||
* @return 企业列表
|
* @return 企业列表
|
||||||
*/
|
*/
|
||||||
@GetMapping("/qyxx")
|
n Ok.of(bigScreenService.findEnterprisesByBusinessRating(businessRating));
|
||||||
public Result<List<Enterprise>> getEnterprisesByBusinessRating(String businessRating) {
|
|
||||||
return Ok.of(bigScreenService.findEnterprisesByBusinessRating(businessRating));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -692,7 +692,6 @@ public class EnterprisePoniteScheduleService {
|
||||||
refreshToken();
|
refreshToken();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.info("危化企业信息查询查询异常:" + e);
|
|
||||||
|
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue