浏览代码

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

liyanyan 2 周之前
父节点
当前提交
2fe80d9a34
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/allcase/caseViews.vue

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

@@ -460,7 +460,9 @@ export default {
 
 
 
 
     onControll() {
     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) {
         if (res.data === true) {
           this.valData = this.storageGet('getData');
           this.valData = this.storageGet('getData');
           if (this.valData) {
           if (this.valData) {