13937891274
2022-05-23 ec9828923a7e907240a51fc463a4eabb029d6416
src/api/safetySelfInspection.js
@@ -117,4 +117,15 @@
        method: 'post',
        data
    })
}
}
export function safetySelfInspectionFinish(data) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/safetySelfInspection/finish',
        method: 'post',
        data
    })
}