选煤厂生产管理平台前端代码
dongyukun
2024-12-11 c3134fc7e80387bd042bc6054b1d1a151524ba39
src/views/proddisp/analysis/index.vue
@@ -58,14 +58,14 @@
<script lang="ts" setup>
  import {ref} from "vue"
  import {getYMD} from "@/utils/dateUtil"
  import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
  defineOptions({name: 'Analysis'})
  const loading = ref(false)
  const chartOption = {}
  const queryParams = reactive({
    startTime:getYMD(new Date().getTime() - 3600 * 1000 * 24 * 30),
    endTime:getYMD(new Date()),
    startTime: getYMD(new Date().getTime() - 3600 * 1000 * 24 * 30),
    endTime: getYMD(new Date()),
    groupType: 'day',
    index: ''
  })