closed: edit positions in current org structure (#1418)

This commit is contained in:
Warunee Tamkoo 2025-08-21 10:36:16 +07:00
parent 8e56123e12
commit 7cb580060b
9 changed files with 85 additions and 31 deletions

View file

@ -39,6 +39,8 @@ function onCloseDialog() {
function onSubmit() {
dialogConfirm($q, async () => {
showLoader();
formData.conditionReason =
formData.isCondition === false ? "" : formData.conditionReason; //
await http
.put(
config.API.positionCondition + `/${props?.dataCondition?.id}`,