| | |
| | | </div> |
| | | <div class="btn-box"> |
| | | <el-button type="primary" icon="el-icon-search" @click="searchChange">搜索</el-button> |
| | | <el-button icon="el-icon-delete" @click="searchReset">清空</el-button> |
| | | <el-button icon="el-icon-refresh" @click="searchReset">重置</el-button> |
| | | <!-- <el-button type="primary" icon="el-icon-download" @click="exportAvue">导出</el-button> --> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | searchReset () { |
| | | this.query = {} |
| | | this.dateTime = [] |
| | | this.dateTime = this.getLastMouth() |
| | | this.onLoad() |
| | | }, |
| | | |
| | |
| | | } |
| | | } |
| | | if ('startTime' in this.query) { |
| | | this.query.startTime += ' 00:00:01' |
| | | this.query.startTime += ' 00:00:00' |
| | | } |
| | | if ('endTime' in this.query) { |
| | | this.query.endTime += ' 23:59:59' |