From eb5ddb58e0d42ca0155ed03f951aac643e810d4a Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期日, 04 一月 2026 13:28:06 +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