From 36dca1d91e59019c36d916a397bd07d53550ca17 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 19 Apr 2023 20:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/locUdi/UdiSupplement.vue | 2 +- src/views/inout/InvoiceRegistration.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/basic/locUdi/UdiSupplement.vue b/src/views/basic/locUdi/UdiSupplement.vue index 9d2fc44..86a57ee 100644 --- a/src/views/basic/locUdi/UdiSupplement.vue +++ b/src/views/basic/locUdi/UdiSupplement.vue @@ -331,7 +331,7 @@ export default { return !row.check; }, handleCurrentChange(val) { - this.unionQuery.page = val; + this.unionQuery.page = val.page; this.getList(); }, tableRowClassName({row, rowIndex}) { diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 3b9b1ce..61e2e77 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -737,7 +737,7 @@ export default { getBusType() { let query = { code: this.filterQuery.invCode, - enabled: true, + enable: true, vueType: "supInvoice", }; getLocalJoinByUser(query)