|
@@ -120,7 +120,7 @@ export default {
|
|
|
handleExport () {
|
|
|
const link = document.createElement('a')
|
|
|
link.style.display = 'none'
|
|
|
- link.href = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/template/inventoryWarningProductImport.xlsx'
|
|
|
+ link.href = location.host + '/templ/库存预警产品导入模板.xlsx'
|
|
|
link.setAttribute('download', '库存预警产品导入模板' + '.xlsx')
|
|
|
document.body.appendChild(link)
|
|
|
link.click()
|