|
@@ -473,7 +473,7 @@ export function checkHazardList(query) {
|
|
|
//待整改
|
|
|
export function rectifyList(query) {
|
|
|
return request({
|
|
|
- url: '/zd-security/checkHazard/rectifyList',
|
|
|
+ url: '/security/checkHazard/rectifyList',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|
|
@@ -481,7 +481,7 @@ export function rectifyList(query) {
|
|
|
//待复核
|
|
|
export function recheckList(query) {
|
|
|
return request({
|
|
|
- url: '/zd-security/checkHazard/recheckList',
|
|
|
+ url: '/security/checkHazard/recheckList',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|
|
@@ -489,7 +489,7 @@ export function recheckList(query) {
|
|
|
//已完成
|
|
|
export function overList(query) {
|
|
|
return request({
|
|
|
- url: '/zd-security/checkHazard/overList',
|
|
|
+ url: '/security/checkHazard/overList',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|