删除debuger
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user