Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-07 10:12:16 +08:00
commit ac05f74980
1 changed files with 2 additions and 2 deletions

View File

@ -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);