Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/hotfix/validate'

... ... @@ -198,6 +198,7 @@ function checkAllForm() {
});
if (arr.indexOf(false) >= 0) {
canFlag = true;
return false;
} else {
return true;
... ...