소스 검색

fix:测试出现无法分页的问题

ly 10 달 전
부모
커밋
191e9ca7e7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/business/production/onceWork/index.vue

+ 4 - 4
src/views/business/production/onceWork/index.vue

@@ -368,10 +368,10 @@
       total.value = response.total;
       loading.value = false;
     });
-    entrustSourceApi().then((res)=>{
-      entrustSource.value = res.data;
-      console.log(res.data)
-    })
+    // entrustSourceApi().then((res)=>{
+    //   entrustSource.value = res.data;
+    //   console.log(res.data)
+    // })
   }
 
   /** 是否为自己负责 */