diff --git a/frontend/src/performance/components/project/MsProject.vue b/frontend/src/performance/components/project/MsProject.vue index 10d92300bc..eadb12da1d 100644 --- a/frontend/src/performance/components/project/MsProject.vue +++ b/frontend/src/performance/components/project/MsProject.vue @@ -88,7 +88,7 @@ } }, watch: { - '$route'(to) { + '$route'() { let isCreate = this.$route.query.isCreate; if (isCreate) { this.createVisible = true;