查看: 2487|回复: 1

V9.0.0版本调用人员接口,参数中存在personList的错误问题

升级   5.5%

68

主题

61

回帖

550

积分

注册会员

Rank: 2

积分
550
发表于 2024-3-22 09:28:48 | 显示全部楼层 |阅读模式
调用的接口:
var orgAction = this.Actions.load("x_organization_assemble_express")
orgAction.IdentityAction.listWithPerson(
{"personList":[person]},
function(result){
            
        personIdentity = result.data.identityList[0]
}.bind(this),
function(error){
      
})

执行结果提示:
TypeError: Cannot read property 'each' of null
2024-03-20 10:52:50.483 [ApplicationServerQueuedThreadPool-318] INFO System.out - TypeError: Cannot read property 'each' of null


------ 如果使用,后台脚本方式 -----
applications.postQuery
就不会报错

----- 而且好几个查询人员组织的方式,都存在这个问题,只要涉及传入personList的参数,都有这个问题 ------

回复

使用道具 举报

升级   100%

139

主题

1万

回帖

4万

积分

超级版主

Rank: 8Rank: 8

积分
41458
发表于 2024-3-22 14:08:05 | 显示全部楼层
确实是,是数组解析的问题,已提交给研发团队紧急修复中
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系客服 关注微信 下载APP 返回顶部 返回列表
viewthread