zhangzengfei
2022-08-05 012c84b59018018cd75f0b8c70f7492fcb3e3e6f
src/views/search/components/giantTree/index.vue
@@ -315,7 +315,6 @@
    itemCheck(evt, treeId, treeNode) {
      this.TreeDataPool.selectedNode = treeNode;
      this.TreeDataPool.treeType = this.treeName;
      debugger;
      // 多选
      // this.ztreeObj.checkNode(treeNode, true, false, false);
      let checkedNodes = this.ztreeObj.getCheckedNodes(true);
@@ -347,9 +346,11 @@
</script>
<style lang="scss" scoped>
.dialog-box {
  position: absolute;
  top: 415px;
  left: 43px;
  position: fixed;
  width: 220px;
  z-index: 1;
  z-index: 3;
}
.dialog-box-bg {
  position: absolute;