This commit is contained in:
张成
2025-10-28 16:11:23 +08:00
parent 0a723c4dfe
commit 970edeb759
6 changed files with 101 additions and 15 deletions

View File

@@ -350,8 +350,7 @@ export default {
},
async exportCsv(row) {
let res = await wch_usersServer.exportCsv(row)
debugger
window.framework.tools.downloadFile(res, '用户列表.csv');
}
}
}