From 400d13ddc80a7560860939f65b318b2fa78f9004 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期日, 27 四月 2025 15:49:56 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/follow/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue
index 37918ba..3ce1f0e 100644
--- a/src/views/patient/follow/index.vue
+++ b/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 @@
     /** 鏌ヨ鎮h�呭垪琛� */
     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;

--
Gitblit v1.9.3