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