diff --git a/pc4mobx/organization/stores/department.js b/pc4mobx/organization/stores/department.js index 39fb412..0c0b368 100644 --- a/pc4mobx/organization/stores/department.js +++ b/pc4mobx/organization/stores/department.js @@ -156,7 +156,7 @@ export class DepartmentStore { updateForbiddenTag(checked, id) { let params = { - forbiddenTag: checked, + canceled: checked, id: id } Api.updateForbiddenTag(params).then(response => {