浏览代码

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)
+    // })
   }
 
   /** 是否为自己负责 */