|
你好,请问一下我以下配置拆分没有效果。配置如下
拆分脚本
console.log(111);
console.log(JSON.stringify(this.data.yuangong[this.workContext.getWork().splitValue]));
console.log(222);
return this.data.yuangong[this.workContext.getWork().splitValue];
下一个处理人脚本
return this.data.yuangong[this.workContext.getWork().splitValueList[0]];
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|