From 87fd45e8875a48010da06efb072d2619f4afac2b Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Sun, 4 Jan 2026 17:06:49 +0800
Subject: [PATCH] 17.06
---
src/components/doctorModal.vue | 17 +++++++++++------
src/views/order/medince-list/index.vue | 2 +-
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/components/doctorModal.vue b/src/components/doctorModal.vue
index 0959e12..dea9b33 100644
--- a/src/components/doctorModal.vue
+++ b/src/components/doctorModal.vue
@@ -270,6 +270,16 @@
+
+
+
+
+
+
+
@@ -289,12 +299,7 @@
@change="onChangeFile" accept="image/*" :file-list="qualification_cert_list"
@before-upload="beforeUpload" action="/" image-preview /> -->
-
-
-
+
diff --git a/src/views/order/medince-list/index.vue b/src/views/order/medince-list/index.vue
index 2e646f8..5b65599 100644
--- a/src/views/order/medince-list/index.vue
+++ b/src/views/order/medince-list/index.vue
@@ -1250,7 +1250,7 @@ const handleResetQuery = () => {
handleQuery();
};
const openDcotor = () => {
- doctor_id.value = modalForm.user_doctor.doctor_id;
+ doctor_id.value = modalForm.inquiry_doctor.doctor_id;
doctorVisible.value = true;
};
const openDcotorTransfer = () => {