|
@@ -80,7 +80,6 @@ import { FormInstance } from 'element-plus';
|
|
|
import { defineAsyncComponent, reactive, ref } from 'vue';
|
|
|
import { getSmartVisitBaseData, getSmartVisitDetail, getSmartVisitDetailExport } from "@/api/smartVisit";
|
|
|
import { downloadFileByStream } from '@/utils/tools';
|
|
|
-import { exportOrder } from '@/api/business/order';
|
|
|
|
|
|
const OrderDetail = defineAsyncComponent(() => import('@/components/OrderDetail/index.vue')); // 工单详情
|
|
|
const pagination = defineAsyncComponent(() => import('@/components/ProTable/components/Pagination.vue')); // 分页
|