NEZ-795 fix: 修复Alert rule中的二级界面相关问题
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user