cqf
2022-05-16 2017a3f9b4504655085c62b2b4e272763524eee5
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
    })
}