From 56ac2992fddc5591254a9cdf945ea014f7d284d3 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期二, 09 七月 2024 16:52:54 +0800 Subject: [PATCH] 菜单 --- HTML/views/SystemSettings/Interface.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HTML/views/SystemSettings/Interface.html b/HTML/views/SystemSettings/Interface.html index 9a30161..d9365a3 100644 --- a/HTML/views/SystemSettings/Interface.html +++ b/HTML/views/SystemSettings/Interface.html @@ -165,6 +165,7 @@ height: h1, id: 'LAY-app-content-list', where: param, + parseData: FnParseData, contentType: 'application/json', headers:{ToKen:$.cookie('token')}, page: true, @@ -295,6 +296,7 @@ height: h2, id: 'LAY-app-content-list2', where: param, + parseData: FnParseData, contentType: 'application/json', toolbar:'', defaultToolbar: '', //'print', 'exports' @@ -460,7 +462,7 @@ InterfaceNo:data.InterfaceNo, }; sendData(IP + "/Basis/DelInterface", param, 'post', function (res) { - if (res.code == 0) { //鎴愬姛 + if (res.code == 200) { //鎴愬姛 layer.msg(res.msg, { icon: 1, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 @@ -494,7 +496,7 @@ InterfaceNo:data.InterfaceNo }; sendData(IP + "/Basis/DelInterfaceDetail", param, 'post', function (res) { - if (res.code == 0) { //鎴愬姛 + if (res.code == 200) { //鎴愬姛 layer.msg(res.msg, { icon: 1, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 -- Gitblit v1.8.0