Compare commits
No commits in common. "7d2f95cba529729c28ce43853cc1a4e14145b481" and "e5efbf744873d83e01243741df6b3fefefc315b0" have entirely different histories.
7d2f95cba5
...
e5efbf7448
|
@ -837,7 +837,7 @@ export default {
|
||||||
],
|
],
|
||||||
activeSeries: {},
|
activeSeries: {},
|
||||||
seriesStack: [],
|
seriesStack: [],
|
||||||
// trialId: "",
|
trialId: "",
|
||||||
isScrollSync: false,
|
isScrollSync: false,
|
||||||
imageIndexSync: {
|
imageIndexSync: {
|
||||||
sourceCanvas: "",
|
sourceCanvas: "",
|
||||||
|
@ -967,7 +967,7 @@ export default {
|
||||||
this.currentDicomCanvas = this.$refs["dicomCanvas0"]
|
this.currentDicomCanvas = this.$refs["dicomCanvas0"]
|
||||||
? this.$refs["dicomCanvas0"][0]
|
? this.$refs["dicomCanvas0"][0]
|
||||||
: "";
|
: "";
|
||||||
// this.trialId = this.$router.currentRoute.query.trialId;
|
this.trialId = this.$router.currentRoute.query.trialId;
|
||||||
this.setCanvasStyle();
|
this.setCanvasStyle();
|
||||||
window.addEventListener("resize", this.setCanvasStyle);
|
window.addEventListener("resize", this.setCanvasStyle);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue