Browse Source

欢测数据查询 单站 正点和分钟 查询,时间超出问题

cxs 4 tháng trước cách đây
mục cha
commit
d3b0e8ac0c
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/views/query/queryObservationData/index.vue

+ 6 - 1
src/views/query/queryObservationData/index.vue

@@ -425,7 +425,12 @@ const changeHot = (row) => {
   } else {
     pageable.value.time_space = 1
   }
-  changeMultiTime(multiTime.value)
+
+  if(isStand.value){
+    changeMultiTime(multiTime.value)
+  }else {
+    changeTime(singleTime.value)
+  }
 }
 
 const changeMultiTime = (time) => {