From 93ef486cb638df66bb5a0a176f5c13a3cda8f1b4 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 9 Jan 2023 13:39:27 +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/inventory/InvPreProductsDetail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/inventory/InvPreProductsDetail.vue b/src/views/inventory/InvPreProductsDetail.vue index 980dbda..9d473f5 100644 --- a/src/views/inventory/InvPreProductsDetail.vue +++ b/src/views/inventory/InvPreProductsDetail.vue @@ -178,6 +178,8 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getCodeList(); + this.query.page = 1; + }, getCodeList() {