浏览代码

bug整改

凉纪 1 年之前
父节点
当前提交
794af992be
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/orgTreeSelect/index.vue

+ 1 - 0
src/components/orgTreeSelect/index.vue

@@ -241,6 +241,7 @@ export default {
         let checkNodes = this.$refs.tree.getCheckedNodes();
         let type = this.queryForm.type;
         let recursionFn = function (tree) {
+          console.log(tree,'TREE')
           tree.forEach((item) => {
             if (type == item.type) {
               checkNodes.push(item);