Browse Source

update 2024-03-15

junggilpark 1 year ago
parent
commit
fdb9b271e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/static/js/traffic/traffic.js

+ 2 - 0
src/main/resources/static/js/traffic/traffic.js

@@ -581,6 +581,8 @@ function getAtrd() {
             listSection.html(listStr);
             listSection.html(listStr);
         }
         }
     });
     });
+
+    getVertex();
 }
 }
 
 
 /**
 /**