@@ -88,6 +88,11 @@
value: typeList[key].length,
name: key
})
+ }else{
+ arr.push({
+ value: typeList[key].length,
+ name: '未绑定知识点'
+ })
}
this.drawLine(arr)