From 086a5ba6a7ece3136316bd261fc6a6f18d5ea8fa Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 26 Jul 2024 16:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehouseManage/machinery/supplier/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue index 2b9638ab..c08e9e26 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue @@ -510,9 +510,13 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download( + 'base/supplierInfo/export', + { + ...this.queryParams, + }, + `供应商管理${new Date().getTime()}.xlsx`, + ) }, /** 刷新缓存按钮操作 */ handleRefreshCache() { @@ -529,4 +533,4 @@ export default { width: 60px !important; margin-bottom: 10px; } - \ No newline at end of file +