|
@@ -30,9 +30,9 @@ window.select_type_noSearch="疾病";
|
|
|
$(".ztree").css("height",contentHei-80-43-60-20+'px')
|
|
|
$("#main").css("height",contentHei-20-20+'px')
|
|
|
//关系图
|
|
|
-getGraph("急性冠脉综合征",select_type);
|
|
|
-getTree(1,1,"急性冠脉综合征");
|
|
|
-$('#searchInp').val("急性冠脉综合征")
|
|
|
+getGraph("高血压3级",select_type);
|
|
|
+getTree(1,1,"高血压3级");
|
|
|
+$('#searchInp').val("高血压3级")
|
|
|
|
|
|
//选择类型
|
|
|
$('.select').click(function(e){
|
|
@@ -64,7 +64,7 @@ $("#searchInp").bind("input propertychange",function(event){
|
|
|
|
|
|
//切换条目
|
|
|
$('.radioItem').click(function(e){
|
|
|
- const initDiag = "急性冠脉综合征"
|
|
|
+ const initDiag = "高血压3级"
|
|
|
const type = $(this).attr('data-type')
|
|
|
// $(this).children('img').attr('src')
|
|
|
$('.iconRadio').attr('src','/images/radioUnSelect.png')
|