Explorar o código

修改tab渲染

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
db8c5152c3
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/js/graphMap.js
  2. 1 1
      src/js/schemaMap.js

+ 1 - 1
src/js/graphMap.js

@@ -360,7 +360,7 @@ function getNode(val, type){
                             $(".radioList").hide()
                             setTabBottomHei(2)
                         }
-                        let renderTabInfo = getTab("疾病") 
+                        let renderTabInfo = getTab(select_type) 
                         renderTab(renderTabInfo)
                     
                 })

+ 1 - 1
src/js/schemaMap.js

@@ -154,7 +154,7 @@ function getNode(val, type){
                             $(".radioList").hide()
                             setTabBottomHei(2)
                         }
-                        let renderTabInfo = getTab("疾病") 
+                        let renderTabInfo = getTab("select_type") 
                         renderTab(renderTabInfo)
                    
                 })