From 2b1c858126f9c059bd6e308923eabfc71b1b4e7a Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期一, 11 八月 2025 17:03:53 +0800 Subject: [PATCH] * --- src/main/webapp/static/js/pakStore/emptyOut.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/pakStore/emptyOut.js b/src/main/webapp/static/js/pakStore/emptyOut.js index 8bbc97c..5b934a7 100644 --- a/src/main/webapp/static/js/pakStore/emptyOut.js +++ b/src/main/webapp/static/js/pakStore/emptyOut.js @@ -37,11 +37,11 @@ tableIns = table.render({ elem: '#locMast', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/locMast/list/auth', + url: baseUrl+'/locMast/emptyList/auth', page: true, limit: 16, limits: [16, 30, 50, 100, 200, 500], - where: {loc_sts: "D"}, + where: {}, even: true, toolbar: '#toolbar', defaultToolbar: ['filter'], -- Gitblit v1.9.1