fuliqi
2024-07-08 29b8671ebd7bf9de889f15d50c1da002352ac744
src/views/task/list.vue
@@ -55,7 +55,7 @@
    search () {
      this.listLoading = true
      taskApi.pageList(this.queryParam).then(data => {
        const re = data.response
        const re = data.data
        this.tableData = re.list
        this.total = re.total
        this.queryParam.pageIndex = re.pageNum