ERP:初始化其它入库的表单 50%

This commit is contained in:
YunaiV
2024-02-06 15:58:25 +08:00
parent 53c94af027
commit 9cbdfe0ecb
7 changed files with 19 additions and 26 deletions

View File

@ -215,7 +215,7 @@ const handleExport = async () => {
// 发起导出
exportLoading.value = true
const data = await WarehouseApi.exportWarehouse(queryParams)
download.excel(data, 'ERP 仓库.xls')
download.excel(data, '仓库.xls')
} catch {
} finally {
exportLoading.value = false