lxf 1 年之前
父節點
當前提交
ff71c9feb2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/group/picLibrary/picture/index.vue

+ 0 - 1
src/views/group/picLibrary/picture/index.vue

@@ -89,7 +89,6 @@ const scrollDisabled = ref(false);
 const load = () => {
   proxy.post("/artworkLibrary/page", sourceList.value.pagination).then((res) => {
     tableData.value = tableData.value.concat(res.rows);
-    console.log(tableData.value);
     sourceList.value.pagination.total = res.total;
     if (sourceList.value.pagination.total > sourceList.value.pagination.pageNum * sourceList.value.pagination.pageSize) {
       scrollDisabled.value = false;