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

Revert "全选按钮触发机制调整"

This reverts commit 7ed6d4b8.
上级 7ed6d4b8
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<#--多数据视图||多数据视图(部件视图)--> <#--多数据视图||多数据视图(部件视图)-->
<template v-if="(viewType == 'DEMOBMDVIEW') && controlStyle != 'SWIPERVIEW' "> <template v-if="(viewType == 'DEMOBMDVIEW') && controlStyle != 'SWIPERVIEW' ">
<div class="selectall"> <div class="selectall">
<ion-checkbox :class="item.checked?'checkbox-checked':''" class="ios in-item interactive hydrated" :checked="selectAllIschecked" v-show="showCheack" @ionChange="checkboxAll"></ion-checkbox> <ion-checkbox :checked="selectAllIschecked" v-show="showCheack" @ionChange="checkboxAll"></ion-checkbox>
<ion-label class="selectal-label" v-show="showCheack">全选</ion-label> <ion-label class="selectal-label" v-show="showCheack">全选</ion-label>
</div> </div>
<ion-item-sliding :ref="item.srfkey" v-for="(item, index) in items" @click="item_click(item)" :key="index" class="app-mob-mdctrl-item"> <ion-item-sliding :ref="item.srfkey" v-for="(item, index) in items" @click="item_click(item)" :key="index" class="app-mob-mdctrl-item">
......
...@@ -764,8 +764,6 @@ ...@@ -764,8 +764,6 @@
this.items[index].checked = re; this.items[index].checked = re;
} }
}); });
let flag = this.items.every((currVal: any)=>{return currVal.checked === true})
if(flag){ this.selectAllIschecked = true}
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册