| | |
| | | </template> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | <el-table v-loading="loading" :data="dataList" stripe row-key="id" class="mb20" default-expand-all> |
| | | <el-table v-loading="loading" :data="dataList" stripe row-key="id" class="mb40" default-expand-all> |
| | | <el-table-column label="处理事项" min-width="160"> |
| | | <template slot-scope="{ row }"> {{ row.title }} |
| | | </template> |
| | |
| | | this.loading = true |
| | | taskCenterHeadPC({ ...filters, queryType: Number(filters.queryType), isDetail: '1' }).then(res => { |
| | | this.headData = res |
| | | this.getList(page) |
| | | this.getList(1) |
| | | }, () => { |
| | | this.loading = false |
| | | }) |