feat(wholenetwork): 全网产品管理标题错误问题处理

This commit is contained in:
woody 2025-08-12 11:06:19 +08:00
parent 80c3e74b01
commit bb08f333cc
2 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ export default {
defaultSelected: 'productManageDetails',
topList: [
{
name: '全网品管理详情',
name: '全网品管理详情',
path: 'productManageDetails'
}
],
@ -174,7 +174,7 @@ export default {
this.download(
'/sale/manage/all-product-detail/export',
{ ...this.queryParams, ...this.form },
`${'全网品管理'}${new Date().getTime()}.xlsx`
`${'全网品管理'}${new Date().getTime()}.xlsx`
)
})
},

View File

@ -195,7 +195,7 @@ export default {
defaultSelected: 'productManage',
topList: [
{
name: '全网品管理',
name: '全网品管理',
path: 'productManage'
}
],
@ -278,7 +278,7 @@ export default {
this.download(
'/sale/manage/all-product/export',
Object.assign({}, this.queryParams, this.select),
`${'全网品管理'}${new Date().getTime()}.xlsx`
`${'全网品管理'}${new Date().getTime()}.xlsx`
)
})
},