NEZ-795 fix: 修复Alert rule中的二级界面相关问题

This commit is contained in:
@changcode
2021-07-19 17:26:45 +08:00
parent c9632f043b
commit f9c8e4000b
2 changed files with 0 additions and 14 deletions

View File

@@ -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')