|
@@ -129,7 +129,7 @@ export default {
|
|
|
handleExport () {
|
|
|
const link = document.createElement('a')
|
|
|
link.style.display = 'none'
|
|
|
- link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/expenseAccountDetailImport.xlsx'
|
|
|
+ link.href = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/template/SalesDetailImport.xlsx'
|
|
|
link.setAttribute('download', '销售产品明细模板' + '.xlsx')
|
|
|
document.body.appendChild(link)
|
|
|
link.click()
|