凉纪 1 жил өмнө
parent
commit
794af992be

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

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