Skip to content

Commit db2c845

Browse files
authored
Merge pull request #1028 from nickcdon/main
🐛 修复后台管理团队禁用
2 parents c4e3c7f + 7a6f16e commit db2c845

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/packages/tca-manage/src/plat/open/modules/orgs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Orgs = () => {
2828

2929
/** 删除团队操作 */
3030
const handleDeleteOrg = () => {
31-
putOrgStatus(curOrg.org_sid, { status: OrgStatusEnum.INACTIVE }).then(() => {
31+
putOrgStatus(curOrg.org_sid, { status: OrgStatusEnum.FORBIDEN }).then(() => {
3232
MessagePlugin.success(t('已禁用团队'));
3333
reload();
3434
setDeleteVisible(false);
-1 Bytes
Binary file not shown.

web/tca-deploy-source/conf/configs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
"prefix": [
6060
"/static/tca-manage/"
6161
],
62-
"commitId": "6154d99d26c5c11c06ff08a1136d0ffa8e9b992e",
62+
"commitId": "26c27872fb3a0336fb563d758c91e8d4f262f352",
6363
"match": "^/manage",
6464
"js": [
65-
"/static/tca-manage/runtime~tca-manage-698b71eb.js",
65+
"/static/tca-manage/runtime~tca-manage-258a6221.js",
6666
"/static/tca-manage/vendors~tca-manage-6bc9760a.js",
6767
"/static/tca-manage/tca-manage-8e14bec4.js"
6868
],

0 commit comments

Comments
 (0)