From 1ff7953396ba7bf152186d7bac830c12da5b9067 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 11 十月 2023 10:24:15 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/locDetlGroup/locDetlGroup.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
index af9eb14..c7a381b 100644
--- a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
+++ b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
@@ -8,9 +8,9 @@
, {field: 'batch', align: 'center', title: '鎵瑰彿', width: 300, sort: true}
, {field: 'storeMax', align: 'center', title: '鏁伴噺涓婇檺', sort: true}
, {field: 'storeMin', align: 'center', title: '鏁伴噺涓嬮檺', sort: true}
- , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true}
+ // , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true}
, {field: 'anfme', align: 'center', title: '瀹為檯鏁伴噺'}
- , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'}
+ // , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'}
];
@@ -29,7 +29,7 @@
tableIns = table.render({
elem: '#locDetl',
headers: {token: localStorage.getItem('token')},
- url: baseUrl + '/locDetl/grouplist/auth',
+ url: baseUrl + '/locDetl/groupLocList/auth',
page: true,
limit: 20,
limits: [20, 30, 50, 100, 200, 500],
--
Gitblit v1.9.1