refactor: changed default date to tomorrow
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f5a6521f20
commit
4350ea0af5
|
@ -6,8 +6,11 @@ class Controller extends Dialog {
|
|||
super($element, $, $transclude);
|
||||
|
||||
this.vnReport = vnReport;
|
||||
|
||||
const tomorrow = new Date();
|
||||
tomorrow.setDate(tomorrow.getDate() + 1);
|
||||
this.receipt = {
|
||||
payed: new Date()
|
||||
payed: tomorrow
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue