Commit 9c22dea5 authored by zhengke's avatar zhengke

修复不能提交问题

parent 8220460e
...@@ -363,13 +363,13 @@ ...@@ -363,13 +363,13 @@
this.Error('请选择结束日期'); this.Error('请选择结束日期');
isSubmit = false; isSubmit = false;
} }
}
});
if (this.PostData.SubList.length == 0) { if (this.PostData.SubList.length == 0) {
this.Error('请选择星期'); this.Error('请选择星期');
isSubmit = false; isSubmit = false;
} }
} }
});
}
if (isSubmit&&this.isSaved) { if (isSubmit&&this.isSaved) {
this.isSaved = false; this.isSaved = false;
this.apipost( this.apipost(
......
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