From a811bacb4a0487f4ebc79e29a34a4fe750f5f645 Mon Sep 17 00:00:00 2001 From: Jason <18610599620@163.com> Date: Thu, 11 Jul 2024 01:19:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=E4=BF=AE=E6=94=B9commonsearch=E4=B8=AD?= =?UTF-8?q?=E4=BD=BF=E7=94=A8SelectPage=E5=8F=AF=E8=83=BD=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98=20*=201=E3=80=81=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E2=80=9C=E9=87=8D=E7=BD=AE=E2=80=9D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8CSelectPage=E6=97=A0=E6=B3=95=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E6=90=9C=E7=B4=A2=E5=80=BC=20*=202=E3=80=81?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E2=80=9C=E9=87=8D=E7=BD=AE=E2=80=9D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8CSelectPage=E9=9C=80=E8=A6=81=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=B8=A4=E6=AC=A1=E6=89=8D=E8=83=BD=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E9=BB=98=E8=AE=A4=E6=9D=A1=E4=BB=B6=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=EF=BC=8C=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=97=B6=E6=81=A2=E5=A4=8D=E5=88=9D=E5=A7=8B=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E7=AC=AC=E4=BA=8C=E6=AC=A1=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=89=8D=E4=BC=9A=E6=89=A7=E8=A1=8C=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jason <18610599620@163.com> --- public/assets/js/bootstrap-table-commonsearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/bootstrap-table-commonsearch.js b/public/assets/js/bootstrap-table-commonsearch.js index 4ec0d961d..3a2f189d5 100644 --- a/public/assets/js/bootstrap-table-commonsearch.js +++ b/public/assets/js/bootstrap-table-commonsearch.js @@ -40,7 +40,7 @@ // 重置搜索 form.on("click", "button[type=reset]", function (event) { form[0].reset(); - + $('.selectpage', form[0]).selectPageClear(); setTimeout(function () { that.onCommonSearch(); }, 1); -- Gitee