Commit fd0524edf140be5e66ef00f1a19928c72317deef

Authored by 游瑞烽
1 parent 4bb11a31

线路编辑代码修改

src/main/resources/static/pages/base/line/js/line-list-table.js
@@ -201,7 +201,6 @@ @@ -201,7 +201,6 @@
201 } 201 }
202 // 异步请求获取表格数据 202 // 异步请求获取表格数据
203 $.get('/line',params,function(result){ 203 $.get('/line',params,function(result){
204 - debugger;  
205 // 添加序号 204 // 添加序号
206 result.content.page = page; 205 result.content.page = page;
207 $.each(result.content, function(i, data) { 206 $.each(result.content, function(i, data) {