From efa65ce1cba7d08dafae7cbbfc06486757d93df0 Mon Sep 17 00:00:00 2001 From: wangmingzhe Date: Fri, 27 Dec 2019 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=90=8E=E7=9A=84=E9=A1=B5=E9=9D=A2title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/report/reportDetail.vue | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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) {