Browse Source

修改tab定位

zhangxc 5 years ago
parent
commit
8a04feb2e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/schemaMap.js

+ 1 - 1
src/js/schemaMap.js

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