浏览代码

日志相关节点也没有子节点

gangyj 2 年之前
父节点
当前提交
849bb83d45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -1396,7 +1396,7 @@ export default {
           if (data.isExistForm == 1) {
             tag = true
           }
-          if (data.deptCategory == 6) {
+          if (data.deptCategory >= 6 && data.deptCategory <= 13) {
             tag = true
           }
           return tag