Explorar el Código

reactor:综合查询取消签收和修改工单按钮;

zhangchong hace 10 meses
padre
commit
ca38a0a7b5
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/tels/callLog/index.vue

+ 1 - 2
src/views/tels/callLog/index.vue

@@ -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";
 
 // 引入组件