This commit is contained in:
张成
2025-10-09 23:26:40 +08:00
parent b81e768035
commit 0b78af46cd
25 changed files with 70 additions and 427 deletions

View File

@@ -11,7 +11,7 @@ class UserServer {
}
async exportCsv(row) {
let res = http.fileExport("/sys_user/export", row);
let res = window.framework.http.fileExport("/sys_user/export", row);
return res;
}