This commit is contained in:
parent
957c4d4774
commit
da97064838
|
|
@ -156,7 +156,7 @@ export class DepartmentStore {
|
|||
|
||||
updateForbiddenTag(checked, id) {
|
||||
let params = {
|
||||
forbiddenTag: checked,
|
||||
canceled: checked,
|
||||
id: id
|
||||
}
|
||||
Api.updateForbiddenTag(params).then(response => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue