NEZ-2876 fix:table图表value列排序功能不符合预期
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user