@@ -871,6 +871,9 @@ const query = function getQueryForm(data) {
}
} else {
if (![undefined, null, ''].includes(_data[key].value)) {
+ if(controlJsType(_data[key].value,'array') && _data[key].value.length === 0 ){
+ continue;
+ }
bool = true;