seimin 2 kuukautta sitten
vanhempi
commit
664131b304
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/app/views/main/main.component.ts

+ 1 - 1
src/app/views/main/main.component.ts

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