From 6d5c3dee0d97798f70bf965e48c3a782b3df9e7d Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期三, 10 七月 2024 10:48:25 +0800 Subject: [PATCH] Merge branch 'hwh' into Liudl --- 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