@@ -249,7 +249,7 @@ function renderTab(data,hisId){
}
function scoreDetail(id,age,hid,code,name){
- window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${hid}&code=${code}`)
+ window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${getCookie('hospitalid')}&code=${code}`)
function bindScoreDetail(hisId){
$('.patientNameSpan').on('click',function(e){
@@ -267,7 +267,7 @@ function renderTab(data){
function scoreDetail(id,age,code){
- window.open(`./qcScore.html?id=${id}&age=${age}&code=${code}`)
+ window.open(`./qcScore.html?id=${id}&age=${age}&code=${code}&hid=${getCookie('hospitalid')}`)
function bindScoreDetail(){
@@ -266,7 +266,7 @@ function renderTab(data){
@@ -2,7 +2,7 @@ const qs = require('qs');
const $ = require("jquery");
const axios = require("axios")
var Utils = require('./rePromise');
-const baseUrl = "http://192.168.2.236:5858"
+const baseUrl = "http://192.168.2.121:5858"
//页面映射
const pageMap={
'YH-KZT':'console.html',