fix
This commit is contained in:
parent
990681e240
commit
22ebbc6366
5 changed files with 9 additions and 6 deletions
|
|
@ -80,6 +80,7 @@ function onSubmit() {
|
|||
dialogConfirm(
|
||||
$q,
|
||||
() => {
|
||||
showLoader();
|
||||
const body = {
|
||||
organizationPositionOld: organizationPositionOld.value,
|
||||
organization: organization.value,
|
||||
|
|
@ -87,7 +88,6 @@ function onSubmit() {
|
|||
dateEnd: dateEnd.value,
|
||||
reason: reason.value,
|
||||
};
|
||||
showLoader();
|
||||
http
|
||||
.put(config.API.officerMainEdit(dataId), body)
|
||||
.then(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue