自定义阅片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: {},
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);