feat: Enhance CardView and DatasetManagement with loading state and pagination updates

This commit is contained in:
chenghh-9609
2025-10-23 16:56:36 +08:00
parent aba7a3e1fb
commit 4e53cc813b
6 changed files with 22 additions and 54 deletions

View File

@@ -91,7 +91,6 @@ class Request {
const xhr = new XMLHttpRequest();
console.log("upload xhr", url, config);
// 监听上传进度
xhr.upload.addEventListener("progress", function (event) {
if (event.lengthComputable) {