From b73b5dd97cbda40d0584f579ed9f65f4fcffe23f Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 31 三月 2025 15:33:02 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/profile/index.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index dd33558..4cacbcc 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -453,8 +453,8 @@
<el-table-column
label="浣忛櫌鍙�"
align="center"
- key="patno"
- prop="patno"
+ key="inhospno"
+ prop="inhospno"
width="180"
/>
<el-table-column
@@ -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