From af329b985c8532dbe3628f8cf86265273a54522f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 八月 2023 23:33:56 +0800
Subject: [PATCH] 2023-08-09

---
 src/tabviews/custom/components/chart/antv-X6/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/chart/antv-X6/index.jsx b/src/tabviews/custom/components/chart/antv-X6/index.jsx
index 6e05732..f27ca16 100644
--- a/src/tabviews/custom/components/chart/antv-X6/index.jsx
+++ b/src/tabviews/custom/components/chart/antv-X6/index.jsx
@@ -487,7 +487,7 @@
           title: com.OrgName,
           shortName: com.ShortName,
           checkable: false,
-          disabled: true,
+          selectable: false,
           children: []
         }
         let _works = []
@@ -497,7 +497,7 @@
             key: dep.co_pro_code,
             title: dep.co_pro_name,
             checkable: false,
-            disabled: true,
+            selectable: false,
             children: []
           }
 
@@ -506,7 +506,7 @@
               key: job.jobcode,
               title: job.jobname,
               checkable: false,
-              disabled: true,
+              selectable: false,
               children: []
             }
   
@@ -535,7 +535,7 @@
                   key: group.work_group,
                   title: group.work_group,
                   checkable: false,
-                  disabled: true,
+                  selectable: false,
                   children: []
                 }
 

--
Gitblit v1.8.0