Commit f638bd22920f5f8ce9ca20467293be2f4d9c939e

Authored by lizhuojun
2 parents d79bca1d 34d5e365

Merge branch 'pudong' of http://192.168.168.201:8888/panzhaov5/bsth_control into pudong

src/main/resources/static/pages/base/line/js/line-list-table.js
@@ -201,6 +201,7 @@ @@ -201,6 +201,7 @@
201 } 201 }
202 // 异步请求获取表格数据 202 // 异步请求获取表格数据
203 $.get('/line',params,function(result){ 203 $.get('/line',params,function(result){
  204 + debugger;
204 // 添加序号 205 // 添加序号
205 result.content.page = page; 206 result.content.page = page;
206 $.each(result.content, function(i, data) { 207 $.each(result.content, function(i, data) {
@@ -339,8 +340,6 @@ @@ -339,8 +340,6 @@
339 return ; 340 return ;
340 }else { 341 }else {
341 layer.open({ 342 layer.open({
342 - id:1,  
343 - type: 1,  
344 title: "线路文件版本号", 343 title: "线路文件版本号",
345 // skin:'layui-layer-rim', 344 // skin:'layui-layer-rim',
346 area:['450px', 'auto'], 345 area:['450px', 'auto'],