mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add date filter for trend analysis
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ export function isYearMonth(val) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return isNumber(items[0]) && isNumber(items[1]);
|
||||
return parseInt(items[0]) && parseInt(items[1]);
|
||||
}
|
||||
|
||||
export function isEquals(obj1, obj2) {
|
||||
|
||||
Reference in New Issue
Block a user