songhuangfeng123
2022-04-08 5a2f90a16ea969022be66783c26178c83cfc484d
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
    })
}