wenhongquan 3 years ago
parent
commit
471dfcca60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/IncidentDetail/CommandChainCard/index.tsx

+ 1 - 1
src/views/IncidentDetail/CommandChainCard/index.tsx

@@ -162,7 +162,7 @@ export default defineComponent({
                           : '0'
                       }>
                       <div></div>
-                      {getDept(item)}
+                      {(item)}
                     </div>
                   ))}
                 </div>