Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-06-14 17:17:28 +08:00
2 changed files with 14 additions and 6 deletions

View File

@@ -580,9 +580,9 @@ export default {
if (!obj.param.visibility) {
obj.param.visibility = {
varName: '',
operator: '',
operator: 'equal',
varValue: '',
result: ''
result: 'show'
}
}
if (obj.type === 'group' && !obj.param.repeat) {