|
@@ -21,8 +21,8 @@ const { post, api } = require('./api.js');
|
|
|
const { mapData, zTreeData,mapData3,zTreeData3 } = require('./data.js');
|
|
|
const { drawGraph,updateTree,getGraph,getTree,getNode } = require('./graphMap.js');
|
|
|
|
|
|
-window.select_type="diagnose";
|
|
|
-window.select_type_noSearch="diagnose";
|
|
|
+window.select_type="疾病";
|
|
|
+window.select_type_noSearch="疾病";
|
|
|
const clientHei = $(window).height()
|
|
|
const contentHei = clientHei - 80
|
|
|
$(".left").css("height",contentHei+'px')
|
|
@@ -68,7 +68,7 @@ $('#searchBtn').click(function(e){
|
|
|
e.stopPropagation()
|
|
|
const val = $('#searchInp').val()
|
|
|
if(val){
|
|
|
- getGraph(val,'diagnose')
|
|
|
+ getGraph(val,'疾病')
|
|
|
updateTree(val)
|
|
|
}else{
|
|
|
$('.tabNameListNoSearch').show()
|