2026-06-18 二维码扫码、会议室导航单点登录、组织架构接口封装代码初始化上传

This commit is contained in:
2026-06-18 10:02:40 +08:00
parent 78975f00b6
commit b797a8eaa6
36 changed files with 2269 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
csdk.event.on('formRendered', function(){
try {
if(cmp.href.getParam().qc = "ext") {
document.getElementById("relationBtns").style.display="none";
document.getElementById("attachment_wrap").style.display="none";
}
} catch(e) {
}
});