From c8e4f538183726b559e436b0aeb83bfd8b84b3ba Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 12 四月 2022 09:39:38 +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