hwh
2024-07-15 7ceb9b642fc01412fc4fe3e1a44f55cc79c10c88
HTML/views/SystemSettings/Interface.html
@@ -165,6 +165,7 @@
               height: h1,
               id: 'LAY-app-content-list',
               where: param,
               contentType: 'application/json',
               headers:{ToKen:$.cookie('token')},
               page: true,
@@ -295,6 +296,7 @@
               height: h2,
               id: 'LAY-app-content-list2',
               where: param,
               contentType: 'application/json',
               toolbar:'',
               defaultToolbar:  '', //'print', 'exports'
@@ -525,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() {