|
@@ -4020,7 +4020,7 @@ export class MainComponent implements OnInit {
|
4020
|
4020
|
} else if (this.screenType === "largeScreen2") {
|
4021
|
4021
|
window.open(http.bigScreenHost2 + "/#/" + id);
|
4022
|
4022
|
} else if (this.screenType === "largeScreen3") {
|
4023
|
|
- window.open(`${http.bigScreenHost3}/#/${this.queryType}/${this.hospital ? this.hospital.id : ''}/${this.duty ? this.duty.id : ''}`);
|
|
4023
|
+ window.open(`${http.bigScreenHost3}/#/${this.queryType}?hosId=${this.hospital ? this.hospital.id : ''}?dutyId=${this.duty ? this.duty.id : ''}`);
|
4024
|
4024
|
} else if (this.screenType === "specimenView") {
|
4025
|
4025
|
window.open(http.specimenViewHost + "/#/" + id);
|
4026
|
4026
|
}
|