深海科学与工程研究所安全巡检系统
祖安之光
2025-09-17 65754ee1f4e42fe6b2a44b76fde14d134c661e9d
src/api/saftyCheck/index.js
@@ -23,3 +23,19 @@
        params: params
    })
}
export function getDeptCheckData(params) {
    return request({
        url: '/system/dept/getDeptCheckData',
        method: 'get',
        params: params
    })
}
export function getCheckCount(params) {
    return request({
        url: '/system/dailySafetyInspection/getCheckCount',
        method: 'get',
        params: params
    })
}