|
@@ -1004,6 +1004,8 @@ const pmShare = (function () {
|
|
|
setPermissionsInfo(treeDatas);
|
|
|
showTreeData(tree.items, headers);
|
|
|
$.bootstrapLoading.end();
|
|
|
+ // 推送已打开的项目,通知已取消分享
|
|
|
+ SHARE_TO.emitPermissionChange(commonConstants.SharePermissionChangeType.CANCEL, userID, cancelProjID);
|
|
|
}, function () {
|
|
|
$.bootstrapLoading.end();
|
|
|
});
|