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

update

上级 edf94840
......@@ -671,20 +671,6 @@
}
</#if>
/**
* 全选
*
* @private
* @param {*} [arg={}]
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
private handleClick() {
this.items.forEach((item: any) => {
item.value = true;
});
this.selectednumber = this.items.length;
}
/**
* checkbox 选中回调
*
......@@ -1026,7 +1012,7 @@
*
* @memberof ${srfclassname('${ctrl.name}')}
*/
public checkboxAll(item:any) {
public checkboxAll(value:any) {
for (let index = 0; index < this.items.length; index++) {
const item = this.items[index];
this.items[index].checked = value;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册