Commit 9c22dea5 authored by zhengke's avatar zhengke

修复不能提交问题

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