From 32674b04eb3cb387d54303f4a58f9b4c3a851ed2 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 04 三月 2025 18:09:34 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/profile/index.vue |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index a981c61..f45d906 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -872,13 +872,33 @@
       record: [
         {
           name: "瀹f暀浠诲姟",
+          serviceType:'4',
+          templatename:'绠¢ゲ瀹f暀涓�鏈�',
+          createTime:'2024-11-10',
+          finishtime:'2024-11-12',
+          createBy:'鐜嬫斂',
+          drname:'鍒樻槑',
+          nurseName:'寮犳窇鐞�',
+          excep:'0',
+          deptname:'鍛煎惛绉�',
+          leavehospitaldistrictname:'浜旂梾鍖�',
         },
         {
-          name: "閫氱煡浠诲姟",
+          name: "闅忚浠诲姟",
+          serviceType:'2',
+          templatename:'蹇冭绠¢殢璁夸竴鏈�',
+          createTime:'2024-11-11',
+          finishtime:'2024-11-14',
+          createBy:'绔犵▼',
+          drname:'鍒樻槑',
+          nurseName:'鏉庝附',
+          excep:'0',
+          deptname:'鍛煎惛绉�',
+          leavehospitaldistrictname:'浜旂梾鍖�',
         },
-        {
-          name: "闂嵎璋冩煡",
-        },
+        // {
+        //   name: "闂嵎璋冩煡",
+        // },
       ],
       inputVisible: false,
       AddanumberVisible: false,
@@ -1218,9 +1238,10 @@
     handleClickfw(){
       getTaskservelist({
         patid: this.id,
+        deptOrDistrict:2,
       }).then((res) => {
         if (res.code == 200) {
-          this.record = res.rows;
+          this.record = res.rows[0].serviceSubtaskList;
         }
       });
     },

--
Gitblit v1.9.3