From f8c679a13d2c8d60d9c8dd92dc8818b8090101ef Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 20 Mar 2025 13:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E8=AE=BE=E5=A4=87=E6=A0=87?= =?UTF-8?q?=E5=87=86=E9=85=8D=E7=BD=AE-=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/ma/mechEquipConfigMgmt/index.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/material/ma/mechEquipConfigMgmt/index.vue b/src/views/material/ma/mechEquipConfigMgmt/index.vue index f6981046..c82c9c27 100644 --- a/src/views/material/ma/mechEquipConfigMgmt/index.vue +++ b/src/views/material/ma/mechEquipConfigMgmt/index.vue @@ -519,15 +519,14 @@ export default { }, /** 导出按钮作 */ handleExport() { - // let queryTemp = this.queryParams - // // queryTemp.level = 0; - // this.download( - // '/material/ma_type/export', - // { - // ...queryTemp - // }, - // `_${new Date().getTime()}.xlsx` - // ) + let queryTemp = this.queryParams + this.download( + '/material/standardConfig/export', + { + ...queryTemp + }, + `机械设备标准配置清单_${new Date().getTime()}.xlsx` + ) }, /* 树节点增加 */ appendTreeNode(data) {