NEZ-2427 fix : Web terminal logs 列表页面增加显示两列数据
This commit is contained in:
@@ -69,6 +69,16 @@ export default {
|
||||
orderBy: { order: 'ascending', prop: 'id' }
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
obj: {
|
||||
deep: true,
|
||||
handler (n) {
|
||||
if (n) {
|
||||
this.getTableData()
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async getTableData () {
|
||||
this.$set(this.searchLabel, 'uuid', this.obj.uuid)
|
||||
|
||||
Reference in New Issue
Block a user