closed: edit positions in current org structure (#1418)
This commit is contained in:
parent
8e56123e12
commit
7cb580060b
9 changed files with 85 additions and 31 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue