fix(productSaleStatistics): 修复topBar点击跳转错误的问题
This commit is contained in:
parent
bc593c8068
commit
1027f76147
|
@ -148,11 +148,11 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
moren: 'productSaleStatisticsDetail',
|
||||
moren: 'productSaleStatistics',
|
||||
topList: [
|
||||
{
|
||||
name: '产品销售统计',
|
||||
path: 'productSaleStatisticsDetail'
|
||||
path: 'productSaleStatistics'
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
|
|
Loading…
Reference in New Issue