File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/tca-manage/src/plat/open/modules/orgs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const Orgs = () => {
28
28
29
29
/** 删除团队操作 */
30
30
const handleDeleteOrg = ( ) => {
31
- putOrgStatus ( curOrg . org_sid , { status : OrgStatusEnum . INACTIVE } ) . then ( ( ) => {
31
+ putOrgStatus ( curOrg . org_sid , { status : OrgStatusEnum . FORBIDEN } ) . then ( ( ) => {
32
32
MessagePlugin . success ( t ( '已禁用团队' ) ) ;
33
33
reload ( ) ;
34
34
setDeleteVisible ( false ) ;
Original file line number Diff line number Diff line change 59
59
"prefix" : [
60
60
" /static/tca-manage/"
61
61
],
62
- "commitId" : " 6154d99d26c5c11c06ff08a1136d0ffa8e9b992e " ,
62
+ "commitId" : " 26c27872fb3a0336fb563d758c91e8d4f262f352 " ,
63
63
"match" : " ^/manage" ,
64
64
"js" : [
65
- " /static/tca-manage/runtime~tca-manage-698b71eb .js" ,
65
+ " /static/tca-manage/runtime~tca-manage-258a6221 .js" ,
66
66
" /static/tca-manage/vendors~tca-manage-6bc9760a.js" ,
67
67
" /static/tca-manage/tca-manage-8e14bec4.js"
68
68
],
You can’t perform that action at this time.
0 commit comments