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 @@
-
-
-
-
参数设置
@@ -54,6 +49,12 @@
+
+
+
+
+
diff --git a/src/views/userManage/param/systemPDFModule.vue b/src/views/userManage/param/systemPDFModule.vue
index 1a69023..f427069 100644
--- a/src/views/userManage/param/systemPDFModule.vue
+++ b/src/views/userManage/param/systemPDFModule.vue
@@ -359,6 +359,7 @@
@current-change="moduleHandleCurrentChange"
layout="prev, pager, next"
:total="selectTemplateTotal"
+ :current-page="selectTemplateQuery.page"
>
@@ -442,7 +443,7 @@ export default {
name: "",
module: null,
page: 1,
- limit: 20
+ limit: 10
},
centerDialogVisible: false,
selectTemplateList: [],
@@ -451,7 +452,7 @@ export default {
moduleSelectQuery: {
name: "",
page: 1,
- limit: 20
+ limit: 10
},
moduleSelectList: [],
moduleSelectTotal: 0,
@@ -508,8 +509,8 @@ export default {
this.getList();
},
moduleHandleCurrentChange(val) {
- this.moduleQuery.page = val;
- this.getModuleList();
+ this.selectTemplateQuery.page = val;
+ this.selectTemplateGetList();
},
getList() {
// this.loading = true;
@@ -561,7 +562,7 @@ export default {
},
getModuleList() {
this.moduleLoading = true;
- systemPDFModuleList(this.moduleQuery)
+ systemPDFModuleList(this.selectTemplateQuery)
.then(response => {
this.moduleLoading = false;
this.moduleList = response.data.list || [];
@@ -621,7 +622,7 @@ export default {
type: 1,
name: "",
page: 1,
- limit: 20
+ limit: 10
};
console.log("this.selectTemplateQuery.busRlId =" + this.selectTemplateQuery.busRlId);