liukangdong
2025-02-27 e80fb1e51d652d0ccecc27688c72a168c8297075
admin/src/views/task/index.vue
@@ -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
      })