2026-06-18 二维码扫码、会议室导航单点登录、组织架构接口封装代码初始化上传
This commit is contained in:
13
common/capextend/cap4/form/utils/qrcodeform/index.js
Normal file
13
common/capextend/cap4/form/utils/qrcodeform/index.js
Normal 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) {
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user