forked from github/dataease
feat: 选中即预览数据
This commit is contained in:
parent
ed6840d919
commit
f7dbe6f524
@ -212,6 +212,7 @@ export default {
|
||||
handleCheckChange(data, checked, indeterminate) {
|
||||
if(checked){
|
||||
this.defaultCheckedKeys.push(data.id)
|
||||
this.handleNodeClick(data)
|
||||
}else {
|
||||
var index = this.defaultCheckedKeys.findIndex(id => {
|
||||
if ( id == data.id) {
|
||||
|
Loading…
Reference in New Issue
Block a user