diff --git a/src/views/smart/operationticket.vue b/src/views/smart/operationticket.vue index 6d0be57..ef03cd1 100644 --- a/src/views/smart/operationticket.vue +++ b/src/views/smart/operationticket.vue @@ -93,6 +93,7 @@ import {getList, getDetail, add, update, remove, closeticket} from "@/api/smart/ return { form: {}, updateid:0, + search:{}, query: {}, loading: true, closeTicketBox: false, @@ -700,7 +701,7 @@ import {getList, getDetail, add, update, remove, closeticket} from "@/api/smart/ cancelButtonText: "取消", type: "warning" }).then(() => { - expUtil.excelExport(`/api/smart/operationticket/export?daf-auth=${getToken()}`, this.search); + expUtil.excelExportEasy(`/api/smart/operationticket/export?daf-auth=${getToken()}`, this.search); }); }, } diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index f86478a..8327a9c 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -50,16 +50,16 @@