From 0ad4080231d4a0844156da019e2c5de30d8a802f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 23 Jul 2021 09:38:55 +0800 Subject: [PATCH] buyi --- src/components/order/buyiRecord.vue | 10 ++++----- src/components/user/agent.vue | 1 + src/components/user/search.vue | 34 +++++++++++++++-------------- 3 files changed, 24 insertions(+), 21 deletions(-) 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/