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