| | |
| | | this.loading = true; |
| | | // console.log(this.userInfo); |
| | | params["cardid"] = this.userInfo.Id; |
| | | var num = 0; |
| | | getList( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((res) => { |
| | | const data = res.data.data; |
| | | this.data = data.records; |
| | | num += res.data.data.total; |
| | | this.data = res.data.data.records; |
| | | this.loading = false; |
| | | getListre( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((ress) => { |
| | | num += ress.data.data.total; |
| | | this.data = this.data.concat(ress.data.data.records); |
| | | getListrek( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resk) => { |
| | | num += resk.data.data.total; |
| | | this.data = this.data.concat(resk.data.data.records); |
| | | getListrev( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resv) => { |
| | | num += resv.data.data.total; |
| | | this.data = this.data.concat(resv.data.data.records); |
| | | this.page.total = this.data.length; |
| | | this.page.total = num; |
| | | }); |
| | | }); |
| | | }); |