...
|
...
|
@@ -116,15 +116,15 @@ export default { |
|
|
mounted() {
|
|
|
Promise.all([
|
|
|
this.fetchYohoNum(),
|
|
|
this.$store.dispatch('coupon/yoho/fetchYohoList', {
|
|
|
this.fetchYohoList({
|
|
|
type: TYPE.notuse,
|
|
|
refresh: true
|
|
|
}),
|
|
|
this.$store.dispatch('coupon/yoho/fetchYohoList', {
|
|
|
this.fetchYohoList({
|
|
|
type: TYPE.use,
|
|
|
refresh: true
|
|
|
}),
|
|
|
this.$store.dispatch('coupon/yoho/fetchYohoList', {
|
|
|
this.fetchYohoList({
|
|
|
type: TYPE.overtime,
|
|
|
refresh: true
|
|
|
})
|
...
|
...
|
|