From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 15 一月 2025 15:06:05 +0800 Subject: [PATCH] · --- HTML/views/SystemSettings/Interface.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HTML/views/SystemSettings/Interface.html b/HTML/views/SystemSettings/Interface.html index d9365a3..555c514 100644 --- a/HTML/views/SystemSettings/Interface.html +++ b/HTML/views/SystemSettings/Interface.html @@ -165,7 +165,7 @@ height: h1, id: 'LAY-app-content-list', where: param, - parseData: FnParseData, + contentType: 'application/json', headers:{ToKen:$.cookie('token')}, page: true, @@ -296,7 +296,7 @@ height: h2, id: 'LAY-app-content-list2', where: param, - parseData: FnParseData, + contentType: 'application/json', toolbar:'', defaultToolbar: '', //'print', 'exports' @@ -462,7 +462,7 @@ InterfaceNo:data.InterfaceNo, }; sendData(IP + "/Basis/DelInterface", param, 'post', function (res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 layer.msg(res.msg, { icon: 1, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 @@ -496,7 +496,7 @@ InterfaceNo:data.InterfaceNo }; sendData(IP + "/Basis/DelInterfaceDetail", param, 'post', function (res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 layer.msg(res.msg, { icon: 1, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 @@ -527,7 +527,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() { -- Gitblit v1.8.0