删除debuger

This commit is contained in:
付民康
2025-04-25 09:16:24 +08:00
parent 157762c510
commit dfbc089c90
5 changed files with 0 additions and 5 deletions

View File

@@ -548,7 +548,6 @@ const exportResult = async () => {
// size: pager.value.pageSize
});
if (data && !error) {
debugger
// 方法1如果后端返回的是文件流Blob
const blob = new Blob([data.data]);
const downloadUrl = window.URL.createObjectURL(blob);