From e2446696b08dff7dfe3df21c8a58acf768203287 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 23 八月 2024 14:51:23 +0800 Subject: [PATCH] 角色权限页面修改 --- HTML/views/WareHouseSetting/Locate.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html index 230cee9..9a63fb7 100644 --- a/HTML/views/WareHouseSetting/Locate.html +++ b/HTML/views/WareHouseSetting/Locate.html @@ -209,7 +209,8 @@ //鐩戝惉鎻愪氦 iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) { var field = data.field; //鑾峰彇鎻愪氦鐨勫瓧娈� - console.log(field); + console.log("瑕佷慨鏀圭殑瀛楁锛�"+field); + console.log("瑕佷慨鏀圭殑瀛楁锛�" + field.Temp); var msg = []; for (var i = 0; i < checkData.length; i++) { // msg.push(checkData[i].Id); @@ -373,7 +374,7 @@ $(".addClass").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() { -- Gitblit v1.8.0