鱼腥草 发表于 2024-8-26 10:26:11

关于流程事件中代码问题。

本帖最后由 鱼腥草 于 2024-8-26 10:27 编辑

管理大大你好,我在表单中测试正常的代码,为什么在流程中不管用呢?代码如下:


var id = this.workContext.getTask().personDn;
console.log(id);
const person = this.org.getPersonData(id);
console.log(person);
console.log(person.mobile);

1.有没有什么地方能查看流程事件中的代码日志?
2.在流程事件中(等待人工处理事件)应该如何获取到当前人的手机号?



论坛管理员 发表于 2024-8-26 13:14:50


日志查看

页: [1]
查看完整版本: 关于流程事件中代码问题。