From e89532f0e0cf6354fb838bd0e16ab182692ebfaa Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 07 七月 2023 08:01:51 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/report/workOut.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js
index 5697abf..02b8091 100644
--- a/src/main/webapp/static/js/report/workOut.js
+++ b/src/main/webapp/static/js/report/workOut.js
@@ -99,10 +99,10 @@
                     });
                     var param = {
                         fields: fields,
-                        exportData: workOutData
+                        exportData: exportData
                     };
                     $.ajax({
-                        url: baseUrl+"/report/viewWorkOutExportByPage.action",
+                        url: baseUrl+"/report/viewWorkOutExport.action",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(param),
                         dataType:'json',

--
Gitblit v1.9.1