优化 导致稿件模板名称

This commit is contained in:
yf 2025-01-20 11:00:19 +08:00
parent 7bbd610392
commit 66ec59f5f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {