eight
2025-04-10 f4b90cc4280809e8b69bb1a7617e3e7b7a6d5920
update
已修改1个文件
14 ■■■■■ 文件已修改
src/views/ecg/doctor/components/DevReadyPanel.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/components/DevReadyPanel.vue
@@ -174,10 +174,7 @@
const checkTypeStore = useCheckTypeStore()
const formData = ref<DevRentVO>({
  id: undefined,
  applyNo: undefined,
  episodeId: undefined,
const formData = ref<Partial<DevRentVO>>({
  devId: undefined,
  patId: undefined,
  patName: undefined,
@@ -185,9 +182,6 @@
  checkType: undefined,
  rentTime: new Date().getTime(),
  returnTime: undefined,
  interference: undefined,
  baseline: undefined,
  detachment: undefined,
  remark: undefined,
  paid: undefined,
  roomId: props.room.roomId,
@@ -282,18 +276,12 @@
/** 重置表单 */
const resetForm = () => {
  formData.value = {
    id: undefined,
    applyNo: undefined,
    episodeId: undefined,
    devId: undefined,
    patId: undefined,
    patName: undefined,
    checkType: undefined,
    rentTime: new Date().getTime(),
    returnTime: undefined,
    interference: undefined,
    baseline: undefined,
    detachment: undefined,
    remark: undefined,
    patDetails: undefined,
    paid: undefined,