This commit is contained in:
Chengliang 2023-07-31 09:28:22 +08:00
parent 957c4d4774
commit da97064838
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export class DepartmentStore {
updateForbiddenTag(checked, id) {
let params = {
forbiddenTag: checked,
canceled: checked,
id: id
}
Api.updateForbiddenTag(params).then(response => {