From 985a3c6ad6d175c4a02b078594cf7bde61190e72 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Wed, 27 Nov 2024 15:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=95=B0=E9=87=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/data_creditDetail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/home/data_creditDetail.vue b/src/views/home/data_creditDetail.vue index df68663..65f0e5d 100644 --- a/src/views/home/data_creditDetail.vue +++ b/src/views/home/data_creditDetail.vue @@ -202,6 +202,7 @@ export default { let params = { page: this.query.page, size: this.query.size, + status: this.query.status, creditBuyerId: this.query.creditBuyerId } if (this.query.createdAt.length > 0) { @@ -323,7 +324,8 @@ export default { * @param e */ sizeChange(e) { - this.tableData.size = e + console.log(e) + this.query.size = e this.getTableData() },