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 = () => {