This commit is contained in:
ray
2024-09-15 10:42:13 +08:00
5 changed files with 11 additions and 8 deletions

View File

@@ -206,6 +206,7 @@ watch(
if (newVal.length <= 0) {
fileList.value = [];
valFileList.value = [];
return;
}

View File

@@ -159,6 +159,8 @@ watch(
if (newVal.length <= 0) {
fileList.value = [];
viewFileList.value = [];
valFileList.value = [];
return;
}