From bf88d13b24bb4d1c65aad29553d56b4fdb3ba8d5 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Mon, 13 Jun 2022 16:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E7=9B=8A=E7=BF=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wjnft/incomestatement/index.vue | 275 +++------------------- 1 file changed, 29 insertions(+), 246 deletions(-) diff --git a/src/views/wjnft/incomestatement/index.vue b/src/views/wjnft/incomestatement/index.vue index acd5466..6959b99 100644 --- a/src/views/wjnft/incomestatement/index.vue +++ b/src/views/wjnft/incomestatement/index.vue @@ -1,104 +1,25 @@ @@ -534,7 +315,9 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; + this.queryParams1.pageNum = 1; this.getList(); + this.getList1(); }, /** 弹出框搜索按钮操作 */ handleQuery1() { @@ -585,7 +368,7 @@ export default { this.form = response.data; this.form.merchantsEarnings = merchantsEarnings this.open = true; - this.title = "修改收益 "; + this.title = "修改收益"; }); }, /** 详细按钮操作 */