浏览代码

暂未绑定知识点

OnePsycho 4 年之前
父节点
当前提交
d948e4010a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      TEAMModelOS/ClientApp/src/view/evaluation/components/BasePointPie.vue

+ 5 - 0
TEAMModelOS/ClientApp/src/view/evaluation/components/BasePointPie.vue

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