Explorar el Código

病历详情-重新质控接口单独设置请求时长为3分钟

liyanyan hace 2 semanas
padre
commit
2fe80d9a34
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/allcase/caseViews.vue

+ 3 - 1
src/views/allcase/caseViews.vue

@@ -460,7 +460,9 @@ export default {
 
 
     onControll() {
-      this.$axios2.get(`/quality_handle?zyh=${this.valData}`).then(res => {
+      this.$axios2.get(`/quality_handle?zyh=${this.valData}`, {
+        timeout: 180000
+      }).then(res => {
         if (res.data === true) {
           this.valData = this.storageGet('getData');
           if (this.valData) {