jiangping
2025-03-05 92c401a032016490e73f3babe9d8ce0953e24348
admin/src/views/task/index.vue
@@ -33,7 +33,7 @@
        </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>
@@ -272,7 +272,7 @@
      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
      })