From d1522b473347e7d238047656d81176547104aa74 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 05 七月 2023 16:48:01 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/report/workIn.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/report/workIn.js b/src/main/webapp/static/js/report/workIn.js
index c648ce8..8b9a067 100644
--- a/src/main/webapp/static/js/report/workIn.js
+++ b/src/main/webapp/static/js/report/workIn.js
@@ -97,10 +97,10 @@
});
var param = {
fields: fields,
- exportData: workInData
+ exportData: exportData
};
$.ajax({
- url: baseUrl+"/report/viewWorkInExportByPage.action",
+ url: baseUrl+"/report/viewWorkInExport.action",
headers: {'token': localStorage.getItem('token')},
data: JSON.stringify(param),
dataType:'json',
--
Gitblit v1.9.1