src/views/patient/follow/index.vue
@@ -221,7 +221,7 @@ import { delUser } from "@/api/system/user"; import { messagelistpatient, patarchivelist, alterpatient, addfiltration, particularpatient, @@ -369,8 +369,7 @@ /** 查询患者列表 */ getList() { this.loading = true; messagelistpatient(this.queryParams).then((response) => { patarchivelist(this.queryParams).then((response) => { console.log(response); this.userList = response.rows; this.total = response.total;