Commit 942399c4 by wuwenlong

项目立项修改BUGFIX;

parent bd680e46
......@@ -95,7 +95,7 @@ function update() {
message("请选择一条需要修改的数据");
return;
}
if(row[0].approvalStatus>0){
if(rows[0].approvalStatus>0){
message("项目已提交不可修改!");
return;
}
......
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