Mr. Robot 3 месяцев назад
Родитель
Сommit
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
   }