提交 eb9cbf76 编写于 作者: KK's avatar KK

调整多数据视图长按事件

上级 8e83a8cd
......@@ -688,7 +688,7 @@
*/
public checkboxSelect(item:any){
let count = this.selectedArray.findIndex((i) => {
return i.mobile_entity1id == item.mobile_entity1id;
return i.${appde.getKeyPSAppDEField().getCodeName()?lower_case} == item.${appde.getKeyPSAppDEField().getCodeName()?lower_case};
});
if(count == -1){
this.selectedArray.push(item);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册