|
|
- this.$store.dispatch('provider/findStoreListInMobil', { page: 1, count: 10, type: this.types, keyword: this.keyword || null, field: this.field })
|
|
|
+ this.$store.dispatch('provider/findStoreListInMobil', { page: this.page, count: this.count, type: this.types, keyword: this.keyword || null, field: this.field })
|