lxh 1 year ago
parent
commit
93d225bbb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/vent/fire/compositeWarn/index.vue

+ 2 - 2
src/views/vent/fire/compositeWarn/index.vue

@@ -61,8 +61,8 @@ const treeData = reactive<any[]>([
 let areaCode = ref('')
 let gasType = ref('')
 let pointCode = ref('')
-let TimeRange=ref([moment('2024/01/01 00:00:00', 'YYYY-MM-DD HH:mm:ss'), moment('2024/01/02 00:00:00', 'YYYY-MM-DD HH:mm:ss')])  //查询时间
-//[moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'), moment().format('YYYY-MM-DD HH:mm:ss')]
+let TimeRange=ref([moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'), moment().format('YYYY-MM-DD HH:mm:ss')])  //查询时间
+
 
 let gridV = reactive({
   top: '8%',