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 @@ - - - -