@@ -217,7 +217,7 @@ export default {
|
||||
this.initSeries()
|
||||
} else if (this.type === 'Study') {
|
||||
this.showDelete = parseInt(this.$router.currentRoute.query.showDelete)
|
||||
this.visitTaskId = this.$router.currentRoute.visitTaskId
|
||||
this.visitTaskId = this.$route.query.visitTaskId
|
||||
this.loadStudy()
|
||||
} else if (this.type === 'Share') {
|
||||
this.loadStudy()
|
||||
|
||||
Reference in New Issue
Block a user