NEZ-3004 feat: dashboard 页面 时间选择器组件增加 时间范围锁定功能

This commit is contained in:
zhangyu
2023-07-20 14:39:41 +08:00
parent 006df837d9
commit 1e0d19d07d
11 changed files with 151 additions and 18 deletions

View File

@@ -266,7 +266,9 @@ export default {
},
showBottomBox (targetTab, row) {
this.sign = row.id
this.bottomBox.targetTab = targetTab
if (!this.bottomBox.showSubList) {
this.bottomBox.targetTab = targetTab
}
this.bottomBox.object = JSON.parse(JSON.stringify(row))
this.bottomBox.showSubList = true
},