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 = {