Commit fd0524edf140be5e66ef00f1a19928c72317deef

Authored by 游瑞烽
1 parent 4bb11a31

线路编辑代码修改

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