eight
2024-11-18 8d11e11a86bbfe84ea4156bd68e865bb2986e9bd
src/views/ecg/appointment/AppointmentConfirm.vue
@@ -28,8 +28,7 @@
          <el-radio
              v-for="dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)"
              :key="dict.value"
              :value="dict.value"
          >
              :value="dict.value">
            {{ dict.label }}
          </el-radio>
        </el-radio-group>
@@ -137,7 +136,7 @@
  const data = await AppointmentApi.queryAndCreateAppointmentByPatId(queryParams.patId) // 对应数据库中 pat_id
  console.info( data )
  appointmentVOList.value = data
  if (null !== data) {
  if (null !== data && data.length > 0) {
    formData.value = data[0]
    console.info( formData.value )
    return
@@ -152,6 +151,7 @@
/** 重置表单 */
const resetForm = () => {
  appointmentVOList.value.length=0;
  formData.value = {
    id: 0,
    applyNo: "",