diff --git a/src/views/ebiz/report/reportDetail.vue b/src/views/ebiz/report/reportDetail.vue index 681d1ee52..47ef8e2a5 100644 --- a/src/views/ebiz/report/reportDetail.vue +++ b/src/views/ebiz/report/reportDetail.vue @@ -67,24 +67,7 @@ export default { mounted() { document.body.style.backgroundColor = '#fff' // 筛选按钮的点击事件 - window.appCallBack = this.appCallBack - }, - methods: { - appCallBack() { - // 筛选按钮的点击事件 - this.$jump({ - flag: 'navigation', - extra: { - title: this.title + '渠道', - hiddenRight: '1' - } - }) - if (this.currentPopupIndex == 1) { - this.customerShowPicker = false - } else if (this.currentPopupIndex == 2) { - this.occupationShowPicker = false - } - } + document.title = localStorage.title + '渠道' }, filters: { filterTitle: function(value) {