NEZ-2876 fix:table图表value列排序功能不符合预期

This commit is contained in:
zhangyu
2023-06-14 17:15:05 +08:00
parent cc88c7330f
commit a9c59468f9
2 changed files with 14 additions and 6 deletions

View File

@@ -572,9 +572,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) {