Mr. Robot пре 3 месеци
родитељ
комит
7e1c3452b2
1 измењених фајлова са 1 додато и 1 уклоњено
  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
   }