From 66ec59f5f9f26f2bf4c95d6c92522eb897ca3ac2 Mon Sep 17 00:00:00 2001 From: yf <770153798@qq.com> Date: Mon, 20 Jan 2025 11:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=A8=BF=E4=BB=B6=E6=A8=A1=E6=9D=BF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hangtag-ui/hangtag-ui-admin/src/views/oms/saleorder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangtag-ui/hangtag-ui-admin/src/views/oms/saleorder/index.vue b/hangtag-ui/hangtag-ui-admin/src/views/oms/saleorder/index.vue index 4c22382..ef1bee4 100644 --- a/hangtag-ui/hangtag-ui-admin/src/views/oms/saleorder/index.vue +++ b/hangtag-ui/hangtag-ui-admin/src/views/oms/saleorder/index.vue @@ -632,7 +632,7 @@ const exportDesignFile = async () => { // 发起审批 const data = await SaleOrderApi.exportDesignSourceFile(ids) message.notifySuccess(`导出成功`); - download.zip(data, `订单稿件_${formatDate(new Date(), 'YYYYmmdd_HHMM')}.zip`) + download.zip(data, `订单稿件_${formatDate(new Date(),'YYYYMMDD_HHmm')}.zip`) selectionList.value = selectionList.value.filter((item) => !ids.includes(item.id)) } catch { } finally {