src/views/ecg/appointment/AppointmentConfirm.vue
@@ -151,6 +151,7 @@ /** 重置表单 */ const resetForm = () => { appointmentVOList.value.length=0; formData.value = { id: 0, applyNo: "", @@ -174,6 +175,7 @@ bookTimeslot: 9301030, bookCheckType: checkTypeStore.getCheckTypeName(100), paid: 0, bookSeqNum: 0 } formRef.value?.resetFields() }