diff --git a/src/api/projectScreen/index.ts b/src/api/projectScreen/index.ts index e790c62..4183cb2 100644 --- a/src/api/projectScreen/index.ts +++ b/src/api/projectScreen/index.ts @@ -52,11 +52,11 @@ export const getScreenPeople = (projectId: number | string) => { // 查询项目AI安全巡检 export const getScreenSafetyInspection = (projectId: number | string) => { return request({ - url: '/project/big/screen/safetyInspection/', - method: 'get', - params: { - projectId - } + url: '/project/big/screen/safetyInspection/' + projectId, + method: 'get' + // params: { + // projectId + // } }); };