NEZ-2186 fix:asset log 显示不正确的问题

This commit is contained in:
zhangyu
2022-09-09 16:03:54 +08:00
parent f046f519a9
commit e31b355b18
3 changed files with 9 additions and 2 deletions

View File

@@ -240,6 +240,11 @@ export default {
bottomBoxWindow.showSubListWatch(vm, n)
this.updatePath(this.$route.query, this.$route.path, 'nzDatalist')
},
'bottomBox.object': function (n) {
const vm = this
bottomBoxWindow.showSubListWatch(vm, n)
this.updatePath(this.$route.query, this.$route.path, 'nzDatalist')
},
layout: {
immediate: true,
deep: true,