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

update: 更新树视图计数器

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