mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
feat: 选中即预览数据
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user