Merge branch 'xiaozy_当月动销'

pull/3/head
xiaozhiyong 1 year ago
commit a09c18f0b5
  1. 7
      salesRanking/page/enterpriseDetails/enterpriseDetails.vue

@ -155,9 +155,6 @@
}, {
lable: '近五次充值',
value: 1
}, {
lable: '近一月动销',
value: 2
}],
chartSeleIndex: 0,
Line: {},
@ -264,6 +261,10 @@
console.log(res, '收入')
})
if (this.routerIndex) {
this.chartSeleBarData.push({
lable: '当月动销',
value: 2
})
//
sy.findMonthlySiteMovingPinVo(e.id).then(res => {
let dateArr = []

Loading…
Cancel
Save