|
@@ -15,7 +15,7 @@ function request(options: AxiosRequestConfigV2) {
|
|
|
export const yzData = ref([])
|
|
|
export const emrData = ref([])
|
|
|
export const jySrc = ref('http://172.16.32.178/apps/elims/#/query/report?mode=lis&rightId=1')
|
|
|
-export const jcSrc = ref('http://172.16.32.122:8081/Clinical')
|
|
|
+export const jcSrc = ref('http://172.16.32.122:8099/index.htm')
|
|
|
|
|
|
interface MedicalTrackHosp extends MedicalTrack {
|
|
|
patNo: string;
|
|
@@ -275,7 +275,7 @@ function hosp(medicalTrack: MedicalTrack) {
|
|
|
getHzInfo()
|
|
|
getFyqd();
|
|
|
getZyFeeDetail(true)
|
|
|
- jcSrc.value = `http://172.16.32.122:8081/Clinical?inHospitalNum=${patInfo.value.patNo}`
|
|
|
+ jcSrc.value = `http://172.16.32.122:8099/index.htm?INHOSPITALNUM=${patInfo.value.patNo}`
|
|
|
// jySrc.value =
|
|
|
}
|
|
|
|