PMCORE-3328

This commit is contained in:
Henry Jordan
2021-09-22 20:51:38 +00:00
parent 150a992daa
commit d4b5fe044d
6 changed files with 90 additions and 17 deletions

View File

@@ -127,8 +127,8 @@ export default {
let that = this;
return {
currentSelection: null,
dateFrom: "",
dateTo: "",
dateFrom: moment().format("YYYY-MM-DD"),
dateTo: moment().add(30, "d").format("YYYY-MM-DD"),
dateNow: "",
size: { name: this.$t("ID_ALL"), id: "all" },
riskType: "ON_TIME",