1
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-27 16:27:43 +08:00
parent dcde93b4f8
commit 95097caac2
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ export default {
this.initSeries() this.initSeries()
} else if (this.type === 'Study') { } else if (this.type === 'Study') {
this.showDelete = parseInt(this.$router.currentRoute.query.showDelete) this.showDelete = parseInt(this.$router.currentRoute.query.showDelete)
this.visitTaskId = this.$router.currentRoute.visitTaskId this.visitTaskId = this.$route.query.visitTaskId
this.loadStudy() this.loadStudy()
} else if (this.type === 'Share') { } else if (this.type === 'Share') {
this.loadStudy() this.loadStudy()