1.可能是返回的datagrid数据格式有问题,比如{"total":0,"rows":null},改为{"total":0,"rows":"[]"}就可以了
Uncaught TypeError: Cannot read property 'length' of null
阅读 33
2023-04-12
1.可能是返回的datagrid数据格式有问题,比如{"total":0,"rows":null},改为{"total":0,"rows":"[]"}就可以了
相关推荐
精彩评论(0)