Browse Source

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

zhangchong 10 tháng trước cách đây
mục cha
commit
ca38a0a7b5
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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";
 
 // 引入组件