fix: Fix container image cleanup uninitialized issue (#11655)

This commit is contained in:
ssongliu
2026-01-15 10:09:59 +00:00
committed by GitHub
parent 98d3870477
commit e7f4e312b9
@@ -78,6 +78,9 @@ const acceptParams = async (): Promise<void> => {
unUsedList.value.push(item);
}
}
checkedLists.value = [];
checkAll.value = false;
isIndeterminate.value = false;
dialogVisible.value = true;
scope.value = 'untag';
changeScope();