eight
2024-11-21 7076e66020ced367aa587f1459611cac36df505e
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()
}