| | |
| | | value: 4, |
| | | } |
| | | ], |
| | | search: true, |
| | | search: false, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 106, |
| | | }, { |
| | |
| | | } |
| | | this.query = params |
| | | this.page.currentPage = 1 |
| | | this.onLoad(this.page, params) |
| | | this.onLoad(this.page) |
| | | done() |
| | | }, |
| | | |
| | |
| | | } else if (this.typeStatus == 3) { |
| | | this.query.status = '' |
| | | } |
| | | if ('startTime' in this.query) { |
| | | this.query.startTime += ' 00:00:00' |
| | | } |
| | | if ('endTime' in this.query) { |
| | | this.query.endTime += ' 23:59:59' |
| | | } |
| | | getZGQKList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
| | | console.log('getZGQKList', res.data.data) |
| | | const data = res.data.data |