| | |
| | | height: h1, |
| | | id: 'LAY-app-content-list', |
| | | where: param, |
| | | parseData: FnParseData, |
| | | contentType: 'application/json', |
| | | headers:{ToKen:$.cookie('token')}, |
| | | page: true, |
| | |
| | | height: h2, |
| | | id: 'LAY-app-content-list2', |
| | | where: param, |
| | | parseData: FnParseData, |
| | | contentType: 'application/json', |
| | | toolbar:'', |
| | | defaultToolbar: '', //'print', 'exports' |
| | |
| | | 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秒) |
| | |
| | | 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秒) |