@@ -365,7 +365,7 @@ export default {
};
});
- // this.clearancePeriod = this.clearancePeriod.slice(-5);
+ this.form.clearancePeriod = "2023-" + this.form.clearancePeriod;
this.$emit("submit");
}