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

Revert "多数据部件全选ui逻辑调整 --fix5"

This reverts commit dda8eb71.
上级 7614f57c
...@@ -752,8 +752,7 @@ ...@@ -752,8 +752,7 @@
} else { } else {
this.selectedArray.splice(count, 1); this.selectedArray.splice(count, 1);
} }
let checkbox:any = this.$refs.checkboxes[index]; <#-- this.$refs.checkboxes[index].toggle(); -->
checkbox.toggle();
this.checkboxSelect(item) this.checkboxSelect(item)
} else { } else {
this.goPage(item) this.goPage(item)
...@@ -786,8 +785,7 @@ ...@@ -786,8 +785,7 @@
* @memberof ${srfclassname('${ctrl.name}')} * @memberof ${srfclassname('${ctrl.name}')}
*/ */
public checkboxAll() { public checkboxAll() {
let checkGroup:any = this.$refs.checkboxGroup <#-- this.$refs.checkboxGroup.toggleAll(); -->
checkGroup.toggleAll();
if(this.selectAllIschecked){ if(this.selectAllIschecked){
this.selectedArray = JSON.parse(JSON.stringify(this.items)); this.selectedArray = JSON.parse(JSON.stringify(this.items));
}else{ }else{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册