From 5a2cbc699ca03f8fe03a8cb2686cb90c65252733 Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Thu, 13 Jul 2023 10:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E8=B4=A8=E6=9F=A5=E8=AF=A2=E2=80=94?= =?UTF-8?q?=E2=80=94=E6=89=8B=E5=8A=A8=E8=B7=B3=E8=BD=AC=E5=88=B0=E7=AC=AC?= =?UTF-8?q?2=E9=A1=B5=EF=BC=8C=E8=BE=93=E5=85=A5=E5=B7=B2=E6=9C=89?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=9F=A5=E8=AF=A2=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9A=82=E6=97=A0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/cert/supCertSearch.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/purchase/cert/supCertSearch.vue b/src/views/purchase/cert/supCertSearch.vue index 9ad25aa..29bf23a 100644 --- a/src/views/purchase/cert/supCertSearch.vue +++ b/src/views/purchase/cert/supCertSearch.vue @@ -410,6 +410,7 @@ export default { }); }, onSubmit() { + this.filterQuery.page = 1; this.getList(); }, editCompany(row) { @@ -474,6 +475,7 @@ export default { this.showSearch1 = !this.showSearch1; }, onManufacturerSubmit() { + this.filterManufacturerQuery.page=1; this.manufacturerList = []; this.getManufacturerList(); },