diff --git a/web/packages/tca-manage/src/plat/open/modules/orgs/index.tsx b/web/packages/tca-manage/src/plat/open/modules/orgs/index.tsx index edf36df45..90a50d083 100644 --- a/web/packages/tca-manage/src/plat/open/modules/orgs/index.tsx +++ b/web/packages/tca-manage/src/plat/open/modules/orgs/index.tsx @@ -28,7 +28,7 @@ const Orgs = () => { /** 删除团队操作 */ const handleDeleteOrg = () => { - putOrgStatus(curOrg.org_sid, { status: OrgStatusEnum.INACTIVE }).then(() => { + putOrgStatus(curOrg.org_sid, { status: OrgStatusEnum.FORBIDEN }).then(() => { MessagePlugin.success(t('已禁用团队')); reload(); setDeleteVisible(false); diff --git a/web/tca-deploy-source/build_zip/tca-manage.zip b/web/tca-deploy-source/build_zip/tca-manage.zip index 682a0e867..bb5338f76 100644 Binary files a/web/tca-deploy-source/build_zip/tca-manage.zip and b/web/tca-deploy-source/build_zip/tca-manage.zip differ diff --git a/web/tca-deploy-source/conf/configs.json b/web/tca-deploy-source/conf/configs.json index 928225993..62ca00291 100644 --- a/web/tca-deploy-source/conf/configs.json +++ b/web/tca-deploy-source/conf/configs.json @@ -59,10 +59,10 @@ "prefix": [ "/static/tca-manage/" ], - "commitId": "6154d99d26c5c11c06ff08a1136d0ffa8e9b992e", + "commitId": "26c27872fb3a0336fb563d758c91e8d4f262f352", "match": "^/manage", "js": [ - "/static/tca-manage/runtime~tca-manage-698b71eb.js", + "/static/tca-manage/runtime~tca-manage-258a6221.js", "/static/tca-manage/vendors~tca-manage-6bc9760a.js", "/static/tca-manage/tca-manage-8e14bec4.js" ],