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