fix newList.vue
This commit is contained in:
parent
8fc01f774a
commit
aeabc42844
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.showError = false
|
this.showError = false
|
||||||
|
|
||||||
this.list.namespaceId = this.$route.params.id
|
this.list.namespaceId = parseInt(this.$route.params.id)
|
||||||
this.$store
|
this.$store
|
||||||
.dispatch('lists/createList', this.list)
|
.dispatch('lists/createList', this.list)
|
||||||
.then((r) => {
|
.then((r) => {
|
||||||
|
|
Loading…
Reference in a new issue