소스 검색

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,
 				score:item.score||0,
 				type:item.type,
-				children:item.children || [],
 				answer:item.answer || [],
 				objective:this.getItemType(item.type),
 				question:this.getSimpleText(item.question),