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