Compare commits
2 Commits
e5efbf7448
...
7d2f95cba5
Author | SHA1 | Date |
---|---|---|
|
7d2f95cba5 | |
|
5975a414d2 |
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue