Commit 1664d912 by 宋毅

tj

parent 6c4597bc
......@@ -47,7 +47,7 @@ class MoneyJourneyService extends ServiceBase {
} else {
var b = year + "-" + i;
}
a.push({ name: b, receive: 0, pay: 0 });
a.push({ month: b, receive: 0, pay: 0 });
}
} else {
var b = month;
......
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