@@ -266,6 +266,10 @@ onMounted(() => {
}
const sourceCp = route.query.source;
+ if (sourceCp == 1) {
+ fileName.value = undefined
+ }
+
if (!!sourceCp) {
source = sourceCp;