| | |
| | | <template> |
| | | <div class="main_app"> |
| | | <div class="main_app" style="overflow: auto;height: calc(100% - 100px);"> |
| | | <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getList(1)" @clear="clear"> |
| | | <template #fastdate> |
| | | <el-radio-group v-model="filters.fastdate" size="small" @input="changeRadio"> |
| | |
| | | }, |
| | | clear() { |
| | | this.filters = { |
| | | fastdate: 0, |
| | | selDate: [] |
| | | selDate: [], |
| | | fastdate: '' |
| | | } |
| | | this.changeRadio('0') |
| | | this.getList() |
| | | // this.changeRadio('0') |
| | | }, |
| | | handleSizeChange(capacity) { |
| | | this.pagination.pageSize = capacity |