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