소스 검색

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);