Browse Source

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

Mr. Robot 3 tháng trước cách đây
mục cha
commit
fe90d08416
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
   }