发布v2.5.9版本

This commit is contained in:
雨中磐石
2023-07-12 16:27:03 +08:00
parent 17e1d6ed22
commit 983cd0d3ea
29 changed files with 551 additions and 118 deletions

View File

@@ -204,7 +204,7 @@ var c={
return false;
}
if(isempt(val)){
if(form(fid))form(fid).focus();
if(form(fid) && flx!='hidden')form(fid).focus();
this.showtx(''+nas+'不能为空');
return false;
}