Mr. Robot 3 months ago
parent
commit
7e1c3452b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/OperationalReliabilityPrediction/index.vue

+ 1 - 1
src/views/OperationalReliabilityPrediction/index.vue

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