|
@@ -23,7 +23,7 @@ const iconUp = require('./../resources/images/iconUp.png');
|
|
|
const iconDown = require('./../resources/images/iconDown.png');
|
|
|
const { post, api } = require('./api.js');
|
|
|
const { mapData, zTreeData,mapData3,zTreeData3 } = require('./data.js');
|
|
|
-const { drawGraph,updateTree,getGraph,getTree,getNode,getTab,renderTab,setTabBottomHei,setSelectName} = require('./graphMap.js');
|
|
|
+const { drawGraph,updateTree,getGraph,getTree,getNode,getTab,renderTab,setTabBottomHei,setSelectName,hideHideTab} = require('./graphMap.js');
|
|
|
|
|
|
window.select_type="疾病";
|
|
|
window.select_type_noSearch="疾病";
|
|
@@ -163,7 +163,7 @@ $('html').click(function(){
|
|
|
const selectListShow = $('.selectList').css('display')
|
|
|
const tabNameListShow = $('.tabNameList').css('display')
|
|
|
const tabNameListNoSearchShow = $('.tabNameListNoSearch').css('display')
|
|
|
-
|
|
|
+ const hideTabListShow = $('.hideTabList').css('display')
|
|
|
if(selectListShow == 'block'){
|
|
|
$('.selectList').hide()
|
|
|
$('.iconSlide').attr('src','./images/iconSlideDown.png')
|
|
@@ -174,6 +174,9 @@ $('html').click(function(){
|
|
|
if(tabNameListNoSearchShow == 'block'){
|
|
|
$('.tabNameListNoSearch').hide()
|
|
|
}
|
|
|
+ if(hideTabListShow == 'block'){
|
|
|
+ hideHideTab()
|
|
|
+ }
|
|
|
})
|
|
|
|
|
|
module.exports ={
|