| | |
| | | }, |
| | | getTableDataRgv() { |
| | | let that = this; |
| | | that.tableDataRgv = busPsto |
| | | return |
| | | // $.ajax({ |
| | | // url: baseUrl + "/rgv/ring/through/rgv/position/data", |
| | | // headers: { |
| | | // 'token': localStorage.getItem('token') |
| | | // }, |
| | | // data: {}, |
| | | // dataType: 'json', |
| | | // contentType: 'application/json;charset=UTF-8', |
| | | // method: 'post', |
| | | // success: function (res) { |
| | | // that.tableDataRgv = res.data |
| | | // } |
| | | // }); |
| | | // that.tableDataRgv = busPsto |
| | | // return |
| | | $.ajax({ |
| | | url: baseUrl + "/rgv/ring/through/rgv/position/data", |
| | | headers: { |
| | | 'token': localStorage.getItem('token') |
| | | }, |
| | | data: {}, |
| | | dataType: 'json', |
| | | contentType: 'application/json;charset=UTF-8', |
| | | method: 'post', |
| | | success: function (res) { |
| | | that.tableDataRgv = res.data |
| | | } |
| | | }); |
| | | }, |
| | | getTableDataDev() { |
| | | let that = this; |