eight
2024-09-11 c700679335c64493706ed8a513da20f210e24b03
装机 OK
已修改2个文件
8 ■■■■■ 文件已修改
src/views/ecg/doctor/components/DevInstallPanel.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/components/DevInstallPanel.vue
@@ -100,10 +100,10 @@
    if (formData.value.id === null || formData.value.id === undefined) {
      const result = await DevRentApi.devInstall(data)
      formData.value.id = result
      message.success(t('common.createSuccess'))
      message.success(t('新建成功'))
    } else {
      await DevRentApi.updateDevRent(data)
      message.success(t('common.updateSuccess'))
      await DevRentApi.devInstall(data)
      message.success(t('更新成功'))
    }
    dialogVisible.value = false
    // 发送操作成功的事件
src/views/ecg/doctor/index.vue
@@ -41,6 +41,7 @@
  try {
    patientList.value = await DoctorApi.finishNextPatient(roomBedVO)
    patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO)
    getOnstagePatient()
  } finally {
    finishFlag.value = false
  }
@@ -51,6 +52,7 @@
  try {
    patientList.value = await DoctorApi.passNextPatient(roomBedVO)
    patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO)
    getOnstagePatient()
  } finally {
    passFlag.value = false
  }