From 34f1150c9383a550a61b41037ccb298e5d951511 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 08 四月 2022 14:35:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/out.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index 2c1fc39..3a1c253 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -20,7 +20,7 @@ insTb2 = table.render({ elem: '#orderDetlTable', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/orderDetl/list/auth', + url: baseUrl+'/orderDetl/pakout/list/auth', page: true, limit: 15, limits: [15, 30, 50, 100, 200, 500], -- Gitblit v1.9.1