eight
2024-10-29 79a5ab968ba1635fc189f394740308b65db51e4c
src/views/ecg/appointment/AppointmentForm.vue
@@ -265,7 +265,8 @@
    bookTime: undefined,
    bookDate: new Date().getTime(),
    bookTimeslot: 9000930,
    bookCheckType: checkTypeStore.getCheckTypeName(100)
    bookCheckType: checkTypeStore.getCheckTypeName(100),
    paid: 0,
  }
  formRef.value?.resetFields()
}