✨ ERP:初始化其它入库的表单 50%
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user