数据统计加订单筛选修改

This commit is contained in:
dengbw
2022-11-17 17:42:33 +08:00
parent 1bf1315a5c
commit 5430bae1e6
@@ -447,9 +447,9 @@
data() {
return {
id: '',
itemIdRanking: null,
itemIdPreheating: null,
itemIdLive: null,
itemIdRanking: '',
itemIdPreheating: '',
itemIdLive: '',
statistics: {
activityId: null,
timeStart: null,
@@ -481,7 +481,7 @@
}
},
funnelQuery(show) {
let itemId = 0;
let itemId = '';
if (show == 'left') {
itemId = this.itemIdPreheating;
} else if (show == 'right') {