create project

This commit is contained in:
Captain.B 2020-02-27 10:00:25 +08:00
parent 14e5c8f08c
commit 6209a5f9b1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
} }
}, },
watch: { watch: {
'$route'(to) { '$route'() {
let isCreate = this.$route.query.isCreate; let isCreate = this.$route.query.isCreate;
if (isCreate) { if (isCreate) {
this.createVisible = true; this.createVisible = true;