Your Name
2022-04-08 9c1673c3cd9a73855ecfa40f5e717f7c4bbb2e1a
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
    })
}