diff --git a/src/views/inventory/invPreProducts.vue b/src/views/inventory/invPreProducts.vue index c3cf606..f687332 100644 --- a/src/views/inventory/invPreProducts.vue +++ b/src/views/inventory/invPreProducts.vue @@ -226,6 +226,7 @@ export default { handleCurrentChange(val) { this.filterQuery.page = val; this.getList(); + this.filterQuery.page = 1; }, handleUnitClick(row) { this.curIndex = row.id;