|
@@ -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;
|