1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
dcde93b4f8
commit
95097caac2
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue