提交 33f8d71e 编写于 作者: 邱定凯's avatar 邱定凯

update: 更新树视图计数器

上级 3ca1a113
......@@ -89,7 +89,9 @@ export class ControlBase {
// 获取计数器数据
const getCounterData = (counterId: string): number => {
if (counterService && counterService.value) {
return counterService.value.data[counterId];
if(counterService.value.data) {
return counterService.value.data[counterId];
}
}
return 0;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册