|
@@ -9,7 +9,7 @@ import {
|
|
|
|
|
|
import Table from '@/components/Table.vue'
|
|
|
|
|
|
-import { onActivated, reactive, ref } from 'vue'
|
|
|
+import { reactive, ref } from 'vue'
|
|
|
import { useRequest } from '@/hooks/useRequest'
|
|
|
import { useCommonStore } from '@/stores/useCommon'
|
|
|
import { resetTimeToMidnight } from '@/utils/common'
|
|
@@ -158,10 +158,6 @@ const backupSelect = reactive([])
|
|
|
watchPageChange(() => [selectInfo.gid, tempMultipleChioce.pf], backupSelect, updateGid)
|
|
|
|
|
|
watchPageChange(() => [props.startTime, props.endTime], backupDate, updateDate)
|
|
|
-
|
|
|
-onActivated(() => {
|
|
|
- console.log('asdf')
|
|
|
-})
|
|
|
</script>
|
|
|
<template>
|
|
|
<div class="eventTable">
|