From 5838cae100e9f2af74052203d1d4bb2b226c6457 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 20 二月 2025 13:47:25 +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 0a05936..5365375 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -479,7 +479,7 @@ // let loadIndex = layer.load(2); notice.msg('姝e湪鐢熸垚鍑哄簱浠诲姟......', {icon: 4}); $.ajax({ - url: baseUrl + "/out/pakout/auth", + url: baseUrl + "/out/pakout/auth/sxk", headers: {'token': localStorage.getItem('token')}, contentType: 'application/json;charset=UTF-8', data: JSON.stringify(tableCache), -- Gitblit v1.9.1