diff --git a/com.actionsoft.apps.coe.pal.cooperation/lib/com.actionsoft.apps.coe.pal.cooperation.jar b/com.actionsoft.apps.coe.pal.cooperation/lib/com.actionsoft.apps.coe.pal.cooperation.jar index 366ba376..67aaf4a1 100644 Binary files a/com.actionsoft.apps.coe.pal.cooperation/lib/com.actionsoft.apps.coe.pal.cooperation.jar and b/com.actionsoft.apps.coe.pal.cooperation/lib/com.actionsoft.apps.coe.pal.cooperation.jar differ diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java b/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java index 0ff09d2f..e2250589 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java +++ b/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java @@ -1097,6 +1097,8 @@ public class CooperationWeb extends ActionWeb { ro.put("dataActionPermOpts", dataActionPermOpts); ro.put("appPerm", appPerm); ro.put("actionPerm", actionPerm); + // 小组文件权限数据 + ro.put("teamPermFileSize", CooperationUtil.getPermRepositoryVersionIds(wsId, teamId, null, null).size()); ro.put("dataPermText", StringUtils.join(dataPermTextList, ",")); return ro.toString(); } diff --git a/com.actionsoft.apps.coe.pal.cooperation/template/page/main.htm b/com.actionsoft.apps.coe.pal.cooperation/template/page/main.htm index 5e07eabb..eecf3a52 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/template/page/main.htm +++ b/com.actionsoft.apps.coe.pal.cooperation/template/page/main.htm @@ -1,4 +1,4 @@