From cb020af49d74255d8d0a73f75eb7df42245d6ede Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 15 八月 2024 16:16:20 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC26WMS --- HTML/views/BaseSetting/Packag.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HTML/views/BaseSetting/Packag.html b/HTML/views/BaseSetting/Packag.html index 2335d89..3b39ef5 100644 --- a/HTML/views/BaseSetting/Packag.html +++ b/HTML/views/BaseSetting/Packag.html @@ -138,6 +138,7 @@ url: url, method: 'post', where: where, + contentType: 'application/json', headers:{ToKen:$.cookie('token')}, page: true, @@ -149,7 +150,7 @@ $(".delClass").hide(); }); sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 for (var k = 0; k < res.data.length; k++) { if (res.data[k].MenuName == "缂栬緫鍖呰") { $(function() { @@ -282,7 +283,7 @@ $(".delClass").hide(); }); sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 for (var k = 0; k < res.data.length; k++) { if (res.data[k].MenuName == "娣诲姞鍖呰") { @@ -334,7 +335,7 @@ doing = false; sendData(IP + "/Basis/GetPackagList", param, 'post', function (res) { console.log(res); - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 layer.msg(res.msg, { icon: 1, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 -- Gitblit v1.8.0