自定义阅片bug修复

uat_us
caiyiling 2024-06-07 10:10:31 +08:00
parent ee090e995c
commit 5975a414d2
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);