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

数据视图卡片切换回调

上级 760a6054
......@@ -335,6 +335,19 @@
// this.topStatus = status;
}
/**
* 卡片切换回调
*
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
public SwitchView(listIndex: number) {
this.items.findIndex((item, index) => {
if (index === listIndex) {
this.$emit("selectionchange", item);
}
});
}
/**
* 上拉加载更多数据
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册