From 55c064ecee35b2fb81ce27ba2a5ab52adf647c85 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 24 四月 2025 16:17:39 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index dfcd5b2..ca5563d 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -1144,7 +1144,6 @@
handleUpdate(row) {
const userIds = row.id || this.ids;
particularpatient(userIds).then((response) => {
- console.log(response);
this.form = response.data;
});
this.amendtag = true;
--
Gitblit v1.9.3