jiangping
2025-03-03 612889a7446bfda8136081fc2ee1d1d6db72339b
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
      })