Browse Source

#643 维修策略辅助决策-手动记录跳转至可靠性预测页面错误

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

+ 4 - 0
src/views/OperationalReliabilityPrediction/index.vue

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