@@ -589,6 +589,7 @@ const query = function getQueryForm(data) {
})
let dom = {name: condition.name, type: 'checkbox', value: value, mold: 'check'};
modifyData(dom);
+ _this.onsubmit();
});
return div1;