second shitty fix
This commit is contained in:
parent
ac608117d8
commit
6bcbd59362
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ export default {
|
|||
item: {}
|
||||
}),
|
||||
created() {
|
||||
this.item = {box: this.$store.state.lastUsed.box || ''};
|
||||
this.item = {box: this.$store.state.lastUsed.box || '', cid: this.$store.state.lastUsed.cid || ''};
|
||||
},
|
||||
methods: {
|
||||
saveNewItem() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue