Commit e7526bb3 by liuyang

修复提交校验

parent 6d4d3df6
...@@ -286,7 +286,7 @@ function submitFunc() { ...@@ -286,7 +286,7 @@ function submitFunc() {
return; return;
} }
var flag = true; var flag = true;
rows.forEach(function (index,row) { rows.forEach(function (row,index) {
if (isBlank(row.id)){ if (isBlank(row.id)){
message("选中的第"+(index+1)+"行未保存的数据,请先保存!"); message("选中的第"+(index+1)+"行未保存的数据,请先保存!");
flag = false; flag = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment