NEZ-570 fix: terminal 审计日志搜索无效 && dc 上划页面

This commit is contained in:
wangwenrui
2021-04-23 20:06:58 +08:00
parent 5cce046423
commit 5dcb0e740a
24 changed files with 866 additions and 282 deletions

View File

@@ -47,7 +47,7 @@
export default {
name: 'cabinetBox',
props: {
cabinet: { type: Object },
obj: { type: Object },
currentDc: { type: Object }
},
data () {
@@ -128,7 +128,7 @@ export default {
}
},
watch: {
cabinet: {
obj: {
deep: true,
immediate: true,
handler: function (n, o) {