diff --git a/src/views/basic/CorpMaintain.vue b/src/views/basic/CorpMaintain.vue index 38a2775..bca4d38 100644 --- a/src/views/basic/CorpMaintain.vue +++ b/src/views/basic/CorpMaintain.vue @@ -417,9 +417,6 @@ export default { this.getList(); }, getList() { - if(this.query.key!=null){ - this.query.page=1 - } this.loading = true; this.erpIdColumn = false; this.thirdIdColumn = false; @@ -630,6 +627,7 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); + this.query.page ='' }, getBasicThirdSys() { let query = { diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index a7ecdc8..4f918f5 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -382,6 +382,7 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); + this.query.page=null; }, handInvCurrentChange(row) { diff --git a/src/views/thrsys/ThrProductsCheck.vue b/src/views/thrsys/ThrProductsCheck.vue index b20124f..e8c009f 100644 --- a/src/views/thrsys/ThrProductsCheck.vue +++ b/src/views/thrsys/ThrProductsCheck.vue @@ -173,7 +173,7 @@ - 取消 + 取消 通过 不通过 @@ -257,6 +257,11 @@ export default { this.filterQuery.page = 1; this.getList(); }, + checkVisible1(){ + this.checkVisible = false; + this.remark='' + }, + getList() { if (this.filterQuery.thirdSys == null) { this.$message.warning("请先选择第三方系统!")