@@ -80,6 +80,7 @@ export function sendConfirm(data) {
return request({
url: projectManagementUrl + '/monthlyReport/sendConfirm',
method: 'post',
+ timeout: '10000',
data
})
}