From bb1d2c9d2020807b32c2fd2690c28a7c7884d159 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 05 六月 2025 10:00:56 +0800
Subject: [PATCH] 123

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

diff --git a/src/main/webapp/static/js/docType/docType.js b/src/main/webapp/static/js/docType/docType.js
index 55a7e40..ff52b86 100644
--- a/src/main/webapp/static/js/docType/docType.js
+++ b/src/main/webapp/static/js/docType/docType.js
@@ -16,8 +16,8 @@
         headers: {token: localStorage.getItem('token')},
         url: baseUrl+'/docType/list/auth',
         page: true,
-        limit: 15,
-        limits: [15, 30, 50, 100, 200, 500],
+        limit: 100,
+        limits: [ 100, 200, 500],
         toolbar: '#toolbar',
         cellMinWidth: 50,
         height: 'full-120',

--
Gitblit v1.9.1