Browse Source

发送月报接口延迟时间改为10秒

洪海涛 4 years ago
parent
commit
7ada8c5e67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/qualityMonthlyReport/edit.js

+ 1 - 0
src/api/qualityMonthlyReport/edit.js

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