src/views/activiti/task/index.vue
@@ -117,7 +117,7 @@ getList() { this.loading = true; listTask(this.queryParams).then(response => { this.tastList = response.rows; this.tastList = response.data; this.total = response.total; this.loading = false; });