| | |
| | | btime: null, |
| | | etime: null, |
| | | index: null, |
| | | number: null |
| | | number: null, |
| | | timeRange: null |
| | | }, // 查询参数 |
| | | sort: {}, // 排序 |
| | | pagination: { // 分页参数 |
| | |
| | | this.queryParams.btime = btime |
| | | this.queryParams.etime = etime |
| | | this.queryParams.index = index |
| | | this.queryParams.timeRange = index |
| | | this.queryParams.number = number |
| | | this.queryParams.name = null |
| | | this.selectIndex = index !== null ? index : 0 // 保存传入的 index |
| | |
| | | const params = { |
| | | ...this.queryParams, |
| | | index: this.selectIndex, // 使用当前查询的 index |
| | | timeRange: this.selectIndex, // 使用当前查询的 index |
| | | delFlag: 0, |
| | | empStatus: 0, |
| | | exportField: this.exportConfig.selectedFields.join(',') |