天翎MyApps技术社区 - 低代码平台 | 流程管理系统 | BPM软件

 找回密码
 注册成为天翎用户
查看: 1739|回复: 0

[常见问题] 实现findDocument(docid)函数的应用,获取Document对象

[复制链接]
lingling17 发表于 2021-3-2 21:27:32 | 显示全部楼层 |阅读模式
  1. //根据指定的docid获取文档对象
  2. (function(){
  3. var id =getCurrentDocument().getId();//获取当前文档Id
  4. var value=findDocument(id);  //根据文档id获取文档对象
  5. return value;
  6. })()
复制代码

本版积分规则

QQ|手机版|天翎MyApps技术社区 ( 粤ICP备11093750号 )

GMT+8, 2026-8-12 04:52

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表