lyfO_o
2022-04-08 de623a5ec5884b91c0c56ecdbb9222b828a648a5
src/api/safetySelfInspection.js
@@ -118,3 +118,14 @@
        data
    })
}
export function safetySelfInspectionFinish(data) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/safetySelfInspection/finish',
        method: 'post',
        data
    })
}