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

被缓存的多数据视图activated时清除滑动状态

上级 a96f8de7
......@@ -724,6 +724,18 @@
</#if>
}
/**
* vue 生命周期 activated
*
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
public activated() {
this.items.forEach((item:any)=>{
let curr:any = this.$refs[item.srfkey];
curr[0].close();
})
}
/**
* 列表项左滑右滑触发行为
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册