create project
This commit is contained in:
parent
14e5c8f08c
commit
6209a5f9b1
|
@ -88,7 +88,7 @@
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
'$route'(to) {
|
||||
'$route'() {
|
||||
let isCreate = this.$route.query.isCreate;
|
||||
if (isCreate) {
|
||||
this.createVisible = true;
|
||||
|
|
Loading…
Reference in New Issue