This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-03 14:12:34 +07:00
parent 3736aa7e80
commit cedcbb0eaa
8 changed files with 102 additions and 111 deletions

View file

@ -144,6 +144,7 @@ function createCommand(isRedirect: boolean) {
commandTypeId: commandType.value,
persons: data,
};
showLoader();
await http
.post(config.API.command + `/person`, body)