소스 검색

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

Mr. Robot 3 달 전
부모
커밋
fe90d08416
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;
   }