From 935e93f556fa680f6bdfd2d7cf6905361bbaefdb Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 01 四月 2025 10:09:13 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/profile/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index 92c1d93..4cacbcc 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -1243,8 +1243,6 @@
     handleClickfw(){
       getTaskservelist({
         patid: this.id,
-      deptOrDistrict:2,
-
       }).then((res) => {
         if (res.code == 200) {
           this.record = res.rows[0].serviceSubtaskList;

--
Gitblit v1.9.3