From 501e848405f28df587ec8f6d8f6bab6f334dfb72 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 24 Dec 2024 18:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_order/kepp/AnnualExpenditure.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages_order/kepp/AnnualExpenditure.vue b/pages_order/kepp/AnnualExpenditure.vue index 1323009..debe94d 100644 --- a/pages_order/kepp/AnnualExpenditure.vue +++ b/pages_order/kepp/AnnualExpenditure.vue @@ -99,7 +99,7 @@ }, notebookListConfirm(e){ this.notebook = e.value[0] - this.queryParams.notebookId = this.notebook.id + this.queryParams.employNoteBookId = this.notebook.id this.getData() this.notebookQueryBillAmount() },