shj
2022-04-11 17cae4457a301ca79ff3a2975641d5989c127b13
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
    })
}