Mr. Robot hace 3 meses
padre
commit
7e1c3452b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   }