From 757ab4109a8ab0764fdd38450c0efc613e576d46 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Sat, 5 Mar 2022 11:01:07 +0800 Subject: [PATCH] =?UTF-8?q?BUG0047=20=E9=97=A8=E5=BA=97=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=88=86=E9=85=8D=E9=A1=B5=E9=9D=A2=E9=97=A8=E5=BA=97=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=A0=B7=E5=BC=8F=E9=9C=80=E5=8E=BB=E9=99=A4=E5=BA=95?= =?UTF-8?q?=E7=BA=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/template/js/storeStaff/storeStaffDistribute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/src/main/resources/template/js/storeStaff/storeStaffDistribute.js b/shop/src/main/resources/template/js/storeStaff/storeStaffDistribute.js index 59c340ab5..44465579b 100644 --- a/shop/src/main/resources/template/js/storeStaff/storeStaffDistribute.js +++ b/shop/src/main/resources/template/js/storeStaff/storeStaffDistribute.js @@ -39,7 +39,7 @@ layui.config({ method: 'get', url: shopBasePath + 'queryStoreList', where: {areaId: areaId}, - even: true, + even: false, page: false, limits: getLimits(), limit: getLimit(), -- GitLab