From b4a8d50e3d97fc9e893b554a60134e4eceb012eb Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 05 一月 2026 08:58:08 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js
index b4f4f32..02b8091 100644
--- a/src/main/webapp/static/js/report/workOut.js
+++ b/src/main/webapp/static/js/report/workOut.js
@@ -1,4 +1,5 @@
 var pageCurr;
+var workOutData = [];
 function getCol() {
     var cols = [
         {field: 'io_time', align: 'center', title: '鍑哄簱鏃ユ湡', width: 200}
@@ -50,6 +51,8 @@
             }
             pageCurr=curr;
             limit();
+            // 鍒嗛〉鏁版嵁涓存椂瀛樺偍
+            workOutData = res.data;
         }
     });
 

--
Gitblit v1.9.1