diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index a4af6ad..fad7f79 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -31,7 +31,7 @@ - 查询 + 查询 @@ -382,7 +382,6 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); - this.query.page=1; }, handInvCurrentChange(row) { @@ -418,7 +417,9 @@ export default { this.getList(); }, onSubmit() { + this.query.page=1; this.getList(); + }, getList() { this.loading = true;