From b4652d8c813a0a1c08332b6c62ba16800ce679df Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Thu, 18 Jul 2024 10:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=9C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/operationticket.vue | 3 ++- src/views/smart/operationticketDetail.vue | 16 +++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) 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 @@
+ + 取消 确定 - - 取消