|
@@ -48,9 +48,9 @@ window.refreshTree = true
|
|
|
})
|
|
|
|
|
|
//关系图
|
|
|
-getGraph("高血压3级",select_type);
|
|
|
-getTree(1,1,"高血压3级");
|
|
|
-$('#searchInp').val("高血压3级")
|
|
|
+getGraph("急性胰腺炎",select_type);
|
|
|
+getTree(1,1,"急性胰腺炎");
|
|
|
+$('#searchInp').val("急性胰腺炎")
|
|
|
|
|
|
//选择类型
|
|
|
$('.select').click(function(e){
|
|
@@ -90,7 +90,7 @@ $("#searchInp").bind("input propertychange",function(event){
|
|
|
|
|
|
//切换条目
|
|
|
$('.radioItem').click(function(e){
|
|
|
- const initDiag = "高血压3级"
|
|
|
+ const initDiag = "急性胰腺炎"
|
|
|
const type = $(this).attr('data-type')
|
|
|
// $(this).children('img').attr('src')
|
|
|
$('.iconRadio').attr('src','/images/radioUnSelect.png')
|