From 4ce7b3b006a9156bfbb21d7cd7417d31fe9e769c Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 12 Jan 2023 16:47:11 +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/business/stockOrderDelSearch.vue | 1 +
src/views/purchase/supCertSet.vue | 4 ++--
src/views/thrsys/ThrCorps.vue | 5 +----
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/views/business/stockOrderDelSearch.vue b/src/views/business/stockOrderDelSearch.vue
index 349bf64..4415e94 100644
--- a/src/views/business/stockOrderDelSearch.vue
+++ b/src/views/business/stockOrderDelSearch.vue
@@ -581,6 +581,7 @@ export default {
detailHandleCurrentChange(val) {
this.detailQuery.page = val;
this.getStockOrderDetailList();
+ this.detailQuery.page = 1;
},
// 刷新表单
resetForm() {
diff --git a/src/views/purchase/supCertSet.vue b/src/views/purchase/supCertSet.vue
index 7e93677..269b4e1 100644
--- a/src/views/purchase/supCertSet.vue
+++ b/src/views/purchase/supCertSet.vue
@@ -136,7 +136,7 @@
-
+
{{ statusMap[scope.row.need] }}
@@ -281,7 +281,7 @@
-
+
{{ statusMap[scope.row.need] }}
diff --git a/src/views/thrsys/ThrCorps.vue b/src/views/thrsys/ThrCorps.vue
index 58572bc..0f2a000 100644
--- a/src/views/thrsys/ThrCorps.vue
+++ b/src/views/thrsys/ThrCorps.vue
@@ -114,10 +114,6 @@ export default {
},
getList() {
- if(!(this.filterQuery.unitId==null || this.filterQuery.name==null || this.filterQuery.thirdSys==null)){
- this.filterQuery.page=1
- }
-
if (this.filterQuery.thirdSys == null) {
this.$message.warning("请先选择第三方系统!")
return;
@@ -198,6 +194,7 @@ export default {
handleCurrentChange(val) {
this.filterQuery.page = val;
this.getList();
+ this.filterQuery.page=1
},
getBasicThirdSys() {
let query = {