答案 0 :(得分:0)
目前尚不清楚您商店的模型是怎样的。但解决方案是首先获取数据对象。
所以代码是:
var recordData = nodes[0].getData();
// keep in mind that user can select more than 1 node --> nodes[0]
console.log("advert id - " + recordData['IdPrd'])
您也可以简单地将debugger;
放入您的selectionchange函数侦听器,并探索您在特定示例中获得的节点对象的确切外观。