Commit dd635443 by fengzhaoyu

11

parents fdc5386e 0e85b6e4
......@@ -88,7 +88,7 @@ create.Page({
if(this.data.isBeOverdue) {
return false;
} else {
if (this.store.data.recurrenceModel.forever != '1') {
if (this.store.data.recurrenceModel.forever == '1') {
let data = this.getTwoYearToday();
this.store.data.recurrenceModel.terminateTime = data
} else {
......
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