From 03a6121db86c488fcf27f12ca523c5906ca87df4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 23 六月 2020 16:38:39 +0800
Subject: [PATCH] #时间范围搜索
---
src/main/webapp/views/report/locDetl.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/report/locDetl.html b/src/main/webapp/views/report/locDetl.html
index ea6ba2b..c7dfb83 100644
--- a/src/main/webapp/views/report/locDetl.html
+++ b/src/main/webapp/views/report/locDetl.html
@@ -44,7 +44,7 @@
headers: {token: localStorage.getItem('token')},
url: baseUrl+'/locDetl/list/auth',
page: true,
- limit: 5,
+ limit: 10,
skin: 'line',
where: {loc_no: parent.locNo},
even: true,
--
Gitblit v1.9.1