提交 7510a9d3 authored 作者: 钟是志's avatar 钟是志

删除垃圾代码

上级 9bdc114c
......@@ -508,7 +508,6 @@ class DetailForm extends React.Component {
edges = edges.map((item) => {
if (item.resourceId === edge.resourceId) {
if (item.resourceId == id) {
// console.log(item)
return item
}
return item = edge
......
......@@ -127,7 +127,6 @@ class GetDetail extends React.Component {
const { getSelected } = propsAPI;
const { label } = this.item.getModel();
const item = getSelected()[0];
// console.log(item)
this.allnodes(item.itemMap)//信息分类
// this.getDetail(item)
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论