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() },