Forráskód Böngészése

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

ly 10 hónapja
szülő
commit
191e9ca7e7
1 módosított fájl, 4 hozzáadás és 4 törlés
  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)
+    // })
   }
 
   /** 是否为自己负责 */