修正签到记录重置时, 未正确保存的bug
This commit is contained in:
parent
b0a758dc32
commit
d31f5af283
@ -72,6 +72,7 @@ export default class DaySignController extends BaseController {
|
|||||||
for (let obj of cfgs) {
|
for (let obj of cfgs) {
|
||||||
obj.status = 0
|
obj.status = 0
|
||||||
}
|
}
|
||||||
|
record.markModified('data')
|
||||||
record.data.clear()
|
record.data.clear()
|
||||||
record.last = 0
|
record.last = 0
|
||||||
betweenDays = 1
|
betweenDays = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user