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 = "修改收益"; }); }, /** 详细按钮操作 */