From 4395f0d2422b4af5b6a07b302e94c1a99b8e3c2b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 21 四月 2025 14:24:19 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/profile/index.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue index 3e27924..cce88ea 100644 --- a/src/views/patient/patient/profile/index.vue +++ b/src/views/patient/patient/profile/index.vue @@ -1054,8 +1054,8 @@ // 闂ㄨ瘖璁板綍 listPatouthosp({ patid: this.id }).then((response) => { if (response.code == 200) { - // this.serviceData = response.rows; - this.serviceData = []; + this.serviceData = response.rows; + // this.serviceData = []; } }); } else if (type == 1) { @@ -1097,7 +1097,7 @@ this.userform = response.rows[0]; // this.dynamicTags = response.rows[0].tagList; this.dynamicTags = response.rows[0].tagList.map(this.processElement); - console.log(this.dynamicTags); + this.getcontactlist(); }); // 鐥呭彶淇℃伅 getmedicalhistory({ pid: this.id }).then((res) => { @@ -1106,7 +1106,6 @@ } }); // 鑱旂郴淇℃伅 - this.getcontactlist(); }, // 淇濆瓨鎮h�呮。妗� savefile() { -- Gitblit v1.9.3