diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue index 53359a61a..c3a30cb14 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue @@ -595,19 +595,6 @@ export default { this.$refs.moduleBox.show(false, false) this.viewAssetState = false }, - // 数据排序 - tableDataSort (item) { - let orderBy = '' - if (item.order === 'ascending') { - orderBy = item.prop - } - if (item.order === 'descending') { - orderBy = '-' + item.prop - } - this.pageObj.orderBy = orderBy - this.$set(this.searchLabel, 'orderBy', orderBy) - this.getTableData() - }, computeDistance (str) { let width = 0 const html = document.createElement('span') diff --git a/nezha-fronted/src/components/common/labelFilter/clickSearch.vue b/nezha-fronted/src/components/common/labelFilter/clickSearch.vue index 05f3c9d49..84840806c 100644 --- a/nezha-fronted/src/components/common/labelFilter/clickSearch.vue +++ b/nezha-fronted/src/components/common/labelFilter/clickSearch.vue @@ -124,7 +124,6 @@ export default { immediate: true, deep: true, handler (n) { - console.info(n) this.titleSearchListCopy = JSON.parse(JSON.stringify(n)) this.$nextTick(() => { this.setEachCascWidth()