|
@@ -187,7 +187,7 @@
|
|
|
this.reloadData()
|
|
this.reloadData()
|
|
|
},
|
|
},
|
|
|
reloadData () {
|
|
reloadData () {
|
|
|
- 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 })
|
|
|
},
|
|
},
|
|
|
focusStore: function (item, $event) {
|
|
focusStore: function (item, $event) {
|
|
|
// item.isFocus = item.isFocus === 'false' ? 'true' : 'false'
|
|
// item.isFocus = item.isFocus === 'false' ? 'true' : 'false'
|