‘chenzhilei’ 3 місяців тому
батько
коміт
c889a54230

+ 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);
 };