hwh
2024-07-02 466fff2dc251cc78da0a95dc9db5e2f782bcde75
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秒)