From 9e058ff4896b0cbf879baee460c32bf9f6a7aea8 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Fri, 29 Jul 2022 17:15:54 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BussinessTypeLoclModify.vue | 9 +-------- src/views/thrsys/ThrInvWarehouse.vue | 2 +- src/views/thrsys/thirdUploadSet.vue | 11 ++++++----- src/views/userManage/param/systemPDFModule.vue | 13 +++++++------ 4 files changed, 15 insertions(+), 20 deletions(-) diff --git a/src/views/basic/BussinessTypeLoclModify.vue b/src/views/basic/BussinessTypeLoclModify.vue index 8b91fe1..386beef 100644 --- a/src/views/basic/BussinessTypeLoclModify.vue +++ b/src/views/basic/BussinessTypeLoclModify.vue @@ -173,13 +173,6 @@ >编辑 - - - - - - - @@ -410,7 +403,7 @@ export default { , handleModifyClick(row) { this.changeEdit = 1; - this.editQuery = row; + this.editQuery = JSON.parse(JSON.stringify(row)); this.editChangeTypeVisible = true; this.getBusTypes(); } diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index cce4b88..9c4ea3e 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -161,7 +161,7 @@ @current-change="handleCurrentChange" layout="prev, pager, next" :total="total" - :current-page="filterQuery.page" + :current-page="query.page" > diff --git a/src/views/thrsys/thirdUploadSet.vue b/src/views/thrsys/thirdUploadSet.vue index f40fd5b..e068888 100644 --- a/src/views/thrsys/thirdUploadSet.vue +++ b/src/views/thrsys/thirdUploadSet.vue @@ -26,11 +26,6 @@ - - - -