Commit 85fd4e87 authored by zhengke's avatar zhengke

修改

parent 1713c2bb
...@@ -822,6 +822,7 @@ ...@@ -822,6 +822,7 @@
this.dayObj.GuestList.forEach(x => { this.dayObj.GuestList.forEach(x => {
if (x.IsCheck == -1) { if (x.IsCheck == -1) {
count++; count++;
x.StudyNum = this.dayObj.DefaultMinutes;
} }
}) })
if (count == this.dayObj.GuestList.length) { if (count == this.dayObj.GuestList.length) {
......
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