许成详 6 years ago
parent
commit
848c0fb6ff
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/system/marketingActivities/snapUpList/index.vue

+ 2
- 2
src/pages/system/marketingActivities/snapUpList/index.vue View File

342
       })
342
       })
343
     },
343
     },
344
     handleCurrentChange (val) {
344
     handleCurrentChange (val) {
345
-      this.$data.postData.page = val
346
-      this.getList()
345
+      this.postData.page = val
346
+      this.toGetFlashbuyList()
347
     },
347
     },
348
     redirection (pathName) { // 重定向
348
     redirection (pathName) { // 重定向
349
       this.$router.push({ name: pathName })
349
       this.$router.push({ name: pathName })