This commit is contained in:
lcj
2025-03-24 14:12:03 +08:00
parent 4d2595e9ad
commit 0d5850a928
5 changed files with 30 additions and 58 deletions

View File

@ -95,6 +95,7 @@ watch(
() => props.safetyLogId,
(newId, oldId) => {
if (newId !== oldId) {
fileList.value = undefined;
get();
}
}