diff --git a/src/components/order/buyiRecord.vue b/src/components/order/buyiRecord.vue index 0d72a48..5b63b4a 100644 --- a/src/components/order/buyiRecord.vue +++ b/src/components/order/buyiRecord.vue @@ -52,7 +52,7 @@ { + this.$api.get(this.$api.phpURL + 'order/FinanceCheck/buyiList', this.searchModel).then(res => { this.tableData = res.data }) }, next_page () { - this.$api.get(this.$api.phpURL + 'order/FinanceCheck/buyiList', {page: this.pageNum}).then(res => { + this.$api.get(this.$api.phpURL + 'order/FinanceCheck/buyiList', this.searchModel).then(res => { this.tableData = res.data }) }, handleCurrentChange: function (currentPage) { - this.pageNum = currentPage - this.$api.get(this.$api.phpURL + 'order/FinanceCheck/buyiList', {page: this.pageNum}).then(res => { + this.searchModel.page = currentPage + this.$api.get(this.$api.phpURL + 'order/FinanceCheck/buyiList', this.searchModel).then(res => { this.tableData = res.data }) }, diff --git a/src/components/user/agent.vue b/src/components/user/agent.vue index d754fcf..d063e58 100644 --- a/src/components/user/agent.vue +++ b/src/components/user/agent.vue @@ -2,6 +2,7 @@
添加代理商 + 代理商登录地址:http://agent.juip.com/