|
@@ -296,7 +296,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="tsx" setup name="callLog">
|
|
|
-import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
+import { defineAsyncComponent, onMounted, reactive, ref,onActivated, onBeforeUnmount } from 'vue';
|
|
|
import type { FormInstance } from 'element-plus';
|
|
|
import { ElMessageBox } from 'element-plus';
|
|
|
import { downloadFileByStream } from '@/utils/tools';
|
|
@@ -306,7 +306,6 @@ import { defaultTimeStartEnd, shortcuts } from "@/utils/constants";
|
|
|
import other from '@/utils/other';
|
|
|
import { useRouter } from 'vue-router';
|
|
|
import { fileDownload } from '@/api/public/file';
|
|
|
-import { onActivated, onBeforeUnmount } from "vue/dist/vue";
|
|
|
import mittBus from "@/utils/mitt";
|
|
|
|
|
|
// 引入组件
|