From da9706483817702dededb4699c7b769b0881159f Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Mon, 31 Jul 2023 09:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/department.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {