NEZ-2725 feat:dashboard 编辑页面新增defaultTimeRange和Auto Refresh配置项
This commit is contained in:
@@ -53,7 +53,9 @@ export default {
|
||||
if (!from) {
|
||||
const detailType = this.detailType === 'list' ? 'dataList' : 'detailList'
|
||||
localStorage.setItem('detail-view-' + this.tableId, this.detailType)
|
||||
params.detailType = this.detailType
|
||||
if (this.detailType) {
|
||||
params.detailType = this.detailType
|
||||
}
|
||||
if (this.detailType === 'list' && this.$refs[detailType]) {
|
||||
params.bottomBox = this.$refs[detailType].bottomBox.showSubList
|
||||
params.targetTab = this.$refs[detailType].bottomBox.targetTab
|
||||
|
||||
Reference in New Issue
Block a user