create project
This commit is contained in:
parent
14e5c8f08c
commit
6209a5f9b1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue