‘chenzhilei’ 3 месяцев назад
Родитель
Сommit
c889a54230
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 1 - 0
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -2392,6 +2392,7 @@ const fetchOverview = () => {
 const currentRow = ref({});
 
 const handleClickOverview = row => {
+  currentRow.value = {}
   currentRow.value = row;
   fetchSheetInfo(row);
 };