From 3fd87a5e1349a467cd76b3cf950576d6c3d2167c Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Fri, 23 May 2025 10:07:13 +0800 Subject: [PATCH] dev --- src/components/registration/Edit.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/registration/Edit.vue b/src/components/registration/Edit.vue index 17c611f..2be1154 100644 --- a/src/components/registration/Edit.vue +++ b/src/components/registration/Edit.vue @@ -107,8 +107,8 @@ - - + + @@ -371,6 +371,7 @@ const init = (doctorId: any = "", id: any = null, show: any = false) => { isShow.value = true quickShow.value = show edit_data.value.organizationDoctorId = doctorId || "" + edit_data.value.type = 1 isBtnShow.value = dateName.value == '现在'; if (id) { post('registration/getById', {id: id}).then((res: any) => { @@ -384,7 +385,7 @@ const init = (doctorId: any = "", id: any = null, show: any = false) => { } const isShowCard = ref(true) const tableData = ref([]) -const multipleTable=ref() +const multipleTable = ref() const socialCardUpdate = (e: any) => { isShowCard.value = false if (e) {