feat: asset详细视图 基本功能实现
This commit is contained in:
@@ -176,6 +176,9 @@ export default {
|
||||
this.$refs.dataList.showBottomBox('alertRuleAlertMessage', alertRule)
|
||||
},
|
||||
getTableData () {
|
||||
if (this.orderBy) {
|
||||
this.$set(this.searchLabel, 'orderBy', this.orderBy)
|
||||
}
|
||||
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
|
||||
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
|
||||
this.tools.loading = true
|
||||
|
||||
Reference in New Issue
Block a user