NEZ-2427 fix : Web terminal logs 列表页面增加显示两列数据

This commit is contained in:
likexuan
2022-11-29 16:55:58 +08:00
parent 2c692d580b
commit 1c81231fa7
3 changed files with 28 additions and 2 deletions

View File

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