mooho-base-admin-plus 2.9.4 → 2.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/history.md
CHANGED
|
@@ -18875,7 +18875,7 @@ const initRouter = (a, r) => {
|
|
|
18875
18875
|
`, "<br/>") : a;
|
|
18876
18876
|
},
|
|
18877
18877
|
getDateFormat(a, r) {
|
|
18878
|
-
return format$4(a, r);
|
|
18878
|
+
return format$4(new Date(a), r);
|
|
18879
18879
|
},
|
|
18880
18880
|
// 根据表达式取值
|
|
18881
18881
|
parseData(a, r) {
|