This commit is contained in:
ls
2025-08-05 16:05:07 +08:00
parent 2b67c41115
commit 7a9e8fc40a
44 changed files with 66 additions and 66 deletions

View File

@@ -397,7 +397,7 @@ export default {
},
downloadData() {
logOperation.downloadData().then(result => {
debugger
//debugger
downloadFile(result, '导出数据', 'xlsx')
});
},