fixed cxontract date
This commit is contained in:
parent
a46b7dde89
commit
2596600340
|
|
@ -154,7 +154,7 @@ const onEnter = async (number) => {
|
|||
if ('data' in response) {
|
||||
// Object.assign(contract, response.data);
|
||||
// contract.InputDate = $h.formatDate(contract.InputDate, "DD.MM.YYYY");
|
||||
contract.RegDate = $h.formatDate(response.data.RegDate, "DD.MM.YYYY");
|
||||
contract.RegDate = $h.formatDate(response.data.InputDate, "DD.MM.YYYY");
|
||||
console.log("contract: ", contract);
|
||||
hasNumber.value = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue