| | |
| | | updateFlag: false, |
| | | userInfo: '', |
| | | totalNum: 200, |
| | | pageSize: 10, |
| | | pageSize: 4, |
| | | currentPage: 1, |
| | | } |
| | | }, |
| | |
| | | item.status == 1 ? item.status = true : item.status = false; |
| | | }) |
| | | that.totalNum = res.data.records.length; |
| | | that.tableData = res.data.records.slice((that.currentPage - 1) * 10, that.currentPage * 10) |
| | | that.tableData = res.data.records; |
| | | } |
| | | }) |
| | | }, |
| | |
| | | item.status == 1 ? item.status = true : item.status = false; |
| | | }) |
| | | that.totalNum = res.data.records.length; |
| | | that.tableData = res.data.records.slice((that.currentPage - 1) * 10, that.currentPage * 10) |
| | | that.tableData = res.data.records; |
| | | } |
| | | }) |
| | | } |