Browse Source

智能诊断跳转修改

wyq 4 năm trước cách đây
mục cha
commit
c4c09411a0
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      src/js/cdss.js
  2. 1 1
      src/js/cdssHorizontal.js

+ 2 - 2
src/js/cdss.js

@@ -181,11 +181,11 @@ function moreInfo() {
     const type = $(this).parent().attr('data-type')
     openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&mrId=${encodeURIComponent(mrId)}`)
   })
-  $('.pushItemName').off("click").click(function () {
+  $('.evaluationtitle').off("click").click(function () {
     const name = $(this).parent().attr('data-name')
     const type = $(this).parent().attr('data-type')
     openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&page=1&mrId=${encodeURIComponent(mrId)}`)
-  })
+  }) 
 }
 
 function getVersion() {

+ 1 - 1
src/js/cdssHorizontal.js

@@ -655,7 +655,7 @@ function moreInfo() {
     const type = $(this).parent().attr('data-type')
     openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}`)
   })
-  $('.pushItemName').off("click").click(function () {
+  $('.evaluationtitle').off("click").click(function () {
     console.log(11)
     const name = $(this).parent().attr('data-name')
     const type = $(this).parent().attr('data-type')