shikeying
2023-03-21 14c20db6e07d7770fccb0b43e2cadd247c0e37a6
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;
        });