lxf 1 year ago
parent
commit
ff71c9feb2
1 changed files with 0 additions and 1 deletions
  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;