Explorar el Código

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

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