eight
2024-10-24 68d959e0efcd39b6bddab96191dff912c1c76813
src/views/ecg/appointment/AppointmentForm.vue
@@ -189,7 +189,7 @@
  bookTime: undefined,
  bookDate: new Date().getTime(),
  bookTimeslot: 9000930,
  bookCheckType: 10,
  bookCheckType: 100, //常规检查
  paid: 0,
})
const formRules = reactive({
@@ -265,7 +265,7 @@
    bookTime: undefined,
    bookDate: new Date().getTime(),
    bookTimeslot: 9000930,
    bookCheckType: 10
    bookCheckType: checkTypeStore.getCheckTypeName(100)
  }
  formRef.value?.resetFields()
}