浏览代码

fixChildren

OnePsycho 3 年之前
父节点
当前提交
b53a4f8110
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      TEAMModelOS/ClientApp/src/utils/evTools.js

+ 0 - 1
TEAMModelOS/ClientApp/src/utils/evTools.js

@@ -79,7 +79,6 @@ export default {
 				scope:scope || item.scope,
 				scope:scope || item.scope,
 				score:item.score||0,
 				score:item.score||0,
 				type:item.type,
 				type:item.type,
-				children:item.children || [],
 				answer:item.answer || [],
 				answer:item.answer || [],
 				objective:this.getItemType(item.type),
 				objective:this.getItemType(item.type),
 				question:this.getSimpleText(item.question),
 				question:this.getSimpleText(item.question),