From e29200a02010e97f1ba8bb83ba9be867e11876da Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期二, 29 七月 2025 16:29:09 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/orderPakout/out.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/orderPakout/out.js b/src/main/webapp/static/js/orderPakout/out.js index 3a63460..6fdb19b 100644 --- a/src/main/webapp/static/js/orderPakout/out.js +++ b/src/main/webapp/static/js/orderPakout/out.js @@ -190,7 +190,10 @@ url: baseUrl + "/out/pakout/preview/auth", headers: {'token': localStorage.getItem('token')}, contentType: 'application/json;charset=UTF-8', - data: JSON.stringify(ids), + data: JSON.stringify({ + ids: ids, + cstateid: $("#defaultCstateid").val() + }), method: 'POST', success: function (res) { layer.close(loadIndex); @@ -423,8 +426,6 @@ $("#defaultOutSta").html(res.data) } else if (res.code === 403){ top.location.href = baseUrl+"/"; - } else { - layer.msg(res.msg, {icon: 2}) } } }) -- Gitblit v1.9.1