qushaowei
2023-10-29 7502a76428de4526357a6abea11ea0d27910cd91
src/views/mdc/common/BaseTree.vue
@@ -120,7 +120,7 @@
        this.hiding = true
        this.currSelected = {}
        this.selectedKeys = []
        console.log('发送')
        // console.log('发送')
        // this.$bus.$emit('treeClearSelected','重置列表')
        this.$emit('sendSelectBaseTree', '')
      },
@@ -129,7 +129,6 @@
        let record = e.node.dataRef
        this.currSelected = Object.assign({}, record)
        this.selectedKeys = [record.key]
        console.log('选中树中项',this.selectedKeys)
        this.$emit('sendSelectBaseTree', this.selectedKeys)
      },
      handleEdit(entity) {