Compare commits

..

No commits in common. "7d2f95cba529729c28ce43853cc1a4e14145b481" and "e5efbf744873d83e01243741df6b3fefefc315b0" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -837,7 +837,7 @@ export default {
],
activeSeries: {},
seriesStack: [],
// trialId: "",
trialId: "",
isScrollSync: false,
imageIndexSync: {
sourceCanvas: "",
@ -967,7 +967,7 @@ export default {
this.currentDicomCanvas = this.$refs["dicomCanvas0"]
? this.$refs["dicomCanvas0"][0]
: "";
// this.trialId = this.$router.currentRoute.query.trialId;
this.trialId = this.$router.currentRoute.query.trialId;
this.setCanvasStyle();
window.addEventListener("resize", this.setCanvasStyle);