| | |
| | | var d = this.data, |
| | | b = []; |
| | | for (var k in d) { |
| | | console.log({ |
| | | label: d[k].menuName, |
| | | value: d[k].type + "", |
| | | }); |
| | | // console.log({ |
| | | // label: d[k].menuName, |
| | | // value: d[k].type + "", |
| | | // }); |
| | | b.push({ |
| | | label: d[k].menuName, |
| | | value: d[k].type + "", |
| | |
| | | Object.assign(params, this.query) |
| | | ).then((ress) => { |
| | | this.data = this.data.concat(ress.data.data.records); |
| | | }); |
| | | getListrek( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resk) => { |
| | | this.data = this.data.concat(resk.data.data.records); |
| | | }); |
| | | getListrev( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resv) => { |
| | | this.data = this.data.concat(resv.data.data.records); |
| | | getListrek( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resk) => { |
| | | this.data = this.data.concat(resk.data.data.records); |
| | | getListrev( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.query) |
| | | ).then((resv) => { |
| | | this.data = this.data.concat(resv.data.data.records); |
| | | }); |
| | | }); |
| | | }); |
| | | }); |
| | | }, |