提交 009793f9 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据部件分组属性逻辑 --fix1

上级 190ad6b5
......@@ -420,6 +420,7 @@
@Watch("items", { immediate: true })
public itemsWatch(newVal:any,oldVal:any): void {
if (newVal) {
this.anchorList.length = 0;
newVal.forEach((item:any) => {
this.anchorList.push(item.${ctrl.getGroupPSDEField()?lower_case})
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册