Showing
1 changed file
with
0 additions
and
7 deletions
| ... | @@ -299,13 +299,6 @@ export default { | ... | @@ -299,13 +299,6 @@ export default { |
| 299 | } | 299 | } |
| 300 | queryRoute(obj).then(res => { | 300 | queryRoute(obj).then(res => { |
| 301 | if (res.code === 200) { | 301 | if (res.code === 200) { |
| 302 | - res.data.list.map(item=>{ | ||
| 303 | - if(item.isEtesRoute == "N" || item.isEtesRoute == null){ | ||
| 304 | - item.isEtesRoute = false; | ||
| 305 | - }else{ | ||
| 306 | - item.isEtesRoute = true; | ||
| 307 | - } | ||
| 308 | - }) | ||
| 309 | this.tableData = res.data.list | 302 | this.tableData = res.data.list |
| 310 | this.total = res.data.total | 303 | this.total = res.data.total |
| 311 | } else { | 304 | } else { | ... | ... |
-
Please register or login to post a comment