<% for(var i = 0; i < dataList.length; i++) { %>
<tbody>
<tr data-id="<%=dataList[i].attributes.id%>">
<th scope="row">
<input type="checkbox" id="<%=dataList[i].attributes['id']%>">
</th>
<td><%=dataList[i].attributes["local"]%></td>
<td></td>
</tr>
</tbody>
<% } %>
报错:Uncaught TypeError: Cannot read property 'id' of undefined
at eval (eval at _.template (underscore.js:1442), <anonymous>:8:31)
at template (underscore.js:1449)
at s.initSetup (setupTopoManage.replaceNode.view.js?1510834444737:31)
at s.onClickSearchOriginNode
ITMISS
相关分类