|
@@ -149,7 +149,7 @@ export default {
|
|
|
const link = document.createElement('a')
|
|
|
link.style.display = 'none'
|
|
|
link.href = url
|
|
|
- const fname = '关联产品导入模板'
|
|
|
+ const fname = '成本设置导入模板'
|
|
|
link.setAttribute('download', fname + '.xlsx')
|
|
|
document.body.appendChild(link)
|
|
|
link.click()
|