From 03e5ff030c6883df3daec952b7bc9af13ecd130c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 29 七月 2020 11:03:39 +0800
Subject: [PATCH] #当前本版十分完美、冻结

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

diff --git a/src/main/webapp/static/js/report/workIn.js b/src/main/webapp/static/js/report/workIn.js
index bc173d9..80267c4 100644
--- a/src/main/webapp/static/js/report/workIn.js
+++ b/src/main/webapp/static/js/report/workIn.js
@@ -22,7 +22,8 @@
         headers: {token: localStorage.getItem('token')},
         url: baseUrl+'/report/viewWorkInList.action',
         page: true,
-        limit: 10,
+        limit: 16,
+        limits: [16, 30, 50, 100, 200, 500],
         toolbar: '#toolbar',
         cellMinWidth: 50,
         cols: [getCol()],

--
Gitblit v1.9.1