src/views/followvisit/tasklist/index.vue
@@ -627,6 +627,9 @@ /** 查询任务列表 */ getList() { this.loading = true; this.tasktopic = this.$route.query.tasktopic ? this.$route.query.tasktopic : this.tasktopic; if (this.tasktopic == 1 || this.tasktopic == 2 || this.tasktopic == 3) { getTasklist(this.topqueryParams).then((response) => { this.userList = response.rows;