NEZ-3004 feat: dashboard 页面 时间选择器组件增加 时间范围锁定功能
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user