fix hidden places in admin
This commit is contained in:
parent
858d0c862e
commit
fa0c2fe468
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
perPage: 10,
|
||||
placePage: 0,
|
||||
placePage: 1,
|
||||
place: { name: '', address: '', id: null }
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue