diff --git a/nezha-fronted/src/components/chart/chartList.vue b/nezha-fronted/src/components/chart/chartList.vue index a34665766..51d634297 100644 --- a/nezha-fronted/src/components/chart/chartList.vue +++ b/nezha-fronted/src/components/chart/chartList.vue @@ -599,14 +599,6 @@ export default { this.variablesArr.forEach((variables) => { const repeatVariable = this.$loadsh.get(item.param.repeat, 'variable') if (item.type === 'group' && variables.name === repeatVariable) { - if (!variables.checked.length) { - item.children.forEach(children => { - this.$delete(children, 'repeatIndex') - this.$delete(children, 'repeatVariable') - this.$delete(children, 'repeatValue') - }) - return - } variables.checked.forEach((subItem, subIndex) => { if (subIndex > 0) { // 复制数据 重新设置id diff --git a/nezha-fronted/src/components/common/popBox/topToolMoreOptions.vue b/nezha-fronted/src/components/common/popBox/topToolMoreOptions.vue index ff2a6e2b7..e4b3e1b89 100644 --- a/nezha-fronted/src/components/common/popBox/topToolMoreOptions.vue +++ b/nezha-fronted/src/components/common/popBox/topToolMoreOptions.vue @@ -77,7 +77,7 @@ :key="item.value" :label="item.name" :value="item.value"> - +