深海科学与工程研究所安全巡检系统
祖安之光
2026-03-31 36a315121f466fd06cf9b13b2ffb492d98aaa46d
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
    })
}