xujunjie 1 year ago
parent
commit
e54eaba624
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/SmartOps/Analysis.js

+ 1 - 0
src/pages/SmartOps/Analysis.js

@@ -102,6 +102,7 @@ const Analysis = (props) => {
   const selectedItem = (e) => {
     setSelectedRowKeys(e);
     console.log(data);
+    alert(e)
     const itemIndex = data?.findIndex((item) => item.type == tab);
     const item = data[itemIndex]?.data?.find(
       (item) => item.DeviceCode == e,