Browse Source

2024-03-29

codeMan 1 year ago
parent
commit
be0a8c3b53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/system/IOT/controlPanel/modules/MyChart.vue

+ 1 - 1
src/system/IOT/controlPanel/modules/MyChart.vue

@@ -83,7 +83,7 @@
 import { calcSizeFun } from './util.js'
 import dayjs from 'dayjs'
 import customBtn from './customBtn.vue'
-import {ref, defineProps, defineEmits, onMounted, h} from 'vue'
+import {ref, defineProps, defineEmits, onMounted, h,onBeforeUnmount} from 'vue'
 import {useRouter} from 'vue-router'
 import { Line } from '@antv/g2plot'
 import Api from '@/api/api'