hide error get commeand

This commit is contained in:
Warunee Tamkoo 2025-04-09 15:35:48 +07:00
parent 299d3c118f
commit 054c3d5eba

View file

@ -338,7 +338,8 @@ function getCommander() {
formCommand.commanderAbovePosition = data.commanderAbovePosition; formCommand.commanderAbovePosition = data.commanderAbovePosition;
}) })
.catch((e) => { .catch((e) => {
messageError($q, e); console.log(e);
// messageError($q, e);
}); });
} }
/** callback function */ /** callback function */