xiangpei
2024-06-19 7b0bd3875a80d08ef008ef20141b23542c609e3b
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