From c1157623ccb3082650dd77e84527153d555eef32 Mon Sep 17 00:00:00 2001 From: longchao <588888888@qq.com> Date: Tue, 18 Nov 2025 17:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E8=AF=8A=E8=AE=BE=E7=BD=AE=20?= =?UTF-8?q?=E6=8E=92=E7=8F=AD=E6=98=AF=E5=90=A6=E5=85=81=E8=AE=B8=E9=87=8D?= =?UTF-8?q?=E5=90=88=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DoctorInformation.vue | 7 ++++--- src/views/HosInformation.vue | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/DoctorInformation.vue b/src/views/DoctorInformation.vue index 14393cd..9c9e0f0 100644 --- a/src/views/DoctorInformation.vue +++ b/src/views/DoctorInformation.vue @@ -356,7 +356,7 @@ export default { fd.append('first_visit_audit', siteForm.first_visit_audit) fd.append('approver_phone', siteForm.approver_phone) this.setApproverWechat(fd) - }, + }, setApproverWechat(param) { this.$http('POST', '/api/admin/set_doctor_approver', param).then(response => { if (response.code != 0) { @@ -400,8 +400,9 @@ export default { return } - this.$http('POST', '/api/admin/set_doctor_approver', { - is_allow_coincide:this.siteForm.is_allow_coincide + this.$http('POST', '/api/admin/set_allow_coincide', { + is_allow_coincide:this.siteForm.is_allow_coincide, + did: this.doctorId }).then(response => { if (response.code != 0) { this.$message.error(response.msg) diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue index 1f7d09b..9c0098f 100644 --- a/src/views/HosInformation.vue +++ b/src/views/HosInformation.vue @@ -1138,7 +1138,7 @@ export default { ...mapState(['hosMenuData']) // 从Vuex映射showSidebar状态到组件的计算属性中 }, methods: { - + // 出诊冲突提示框-取消 handleVisitCancel() { this.handleVisitClose() @@ -2377,7 +2377,7 @@ export default { hasScheduleData(dateString) { return !!this.getDateSchedule(dateString); }, - + // 需要修改 具体工作时间 getWorkTimeDesc(plan) { const planMap = {