From 941eeb186b39911265e19058eca07eb1b8c422d6 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 27 Oct 2021 17:53:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/detailView/view/detailRightTop/detailRightTop.vue | 4 +--- nezha-fronted/src/components/common/mixin/detailViewMixin.js | 3 --- nezha-fronted/src/components/common/pickTime.vue | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/nezha-fronted/src/components/common/detailView/view/detailRightTop/detailRightTop.vue b/nezha-fronted/src/components/common/detailView/view/detailRightTop/detailRightTop.vue index 70c7e8d67..11b1c70f8 100644 --- a/nezha-fronted/src/components/common/detailView/view/detailRightTop/detailRightTop.vue +++ b/nezha-fronted/src/components/common/detailView/view/detailRightTop/detailRightTop.vue @@ -54,9 +54,7 @@ export default { watch: { from: { immediate: true, - handler (n) { - console.log(n === fromRoute.asset) - } + handler (n) {} } } } diff --git a/nezha-fronted/src/components/common/mixin/detailViewMixin.js b/nezha-fronted/src/components/common/mixin/detailViewMixin.js index 6e3131884..8862b68b5 100644 --- a/nezha-fronted/src/components/common/mixin/detailViewMixin.js +++ b/nezha-fronted/src/components/common/mixin/detailViewMixin.js @@ -43,14 +43,11 @@ export default { this.$refs.clickSearch && this.$refs.clickSearch.needMore() this.$refs[dataList].$refs.searchInput.sreach_num = 0 this.$refs[dataList].$refs.searchInput.select_list = [] - console.log(this.searchMsg.searchLabelList) this.searchMsg.searchLabelList.forEach(searchLabel => { if (this.searchLabel[searchLabel.label]) { let val = this.searchLabel[searchLabel.label] - console.log(val) if (searchLabel.label === 'projectIds') { const project = this.$refs.dataList.$refs.searchInput.projectSelect.find(project => val == project.id || val == project.name) - console.log(project) val = project.name const valnum = project.id this.$refs[dataList].$refs.searchInput.select_list.push({ diff --git a/nezha-fronted/src/components/common/pickTime.vue b/nezha-fronted/src/components/common/pickTime.vue index 2b19ca610..cc8517c7c 100644 --- a/nezha-fronted/src/components/common/pickTime.vue +++ b/nezha-fronted/src/components/common/pickTime.vue @@ -152,7 +152,6 @@ export default { this.refreshDataFunc() }, antiShake () { - console.log('aaaaa') if (this.timer) { clearTimeout(this.timer) this.timer = setTimeout(() => { @@ -160,7 +159,6 @@ export default { this.timer = '' }, 200) } else { - console.log('123123') this.timer = setTimeout(() => { this.refreshDataFunc() this.timer = ''