From 37e7afb6a1cdbe7d44172db51d5077acb76ba4ab Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 10 Apr 2023 15:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A2=E5=AE=A2=E5=AE=9D=E7=82=B9=E5=87=BB2?= =?UTF-8?q?=E6=AC=A1=E5=90=8E=E6=89=80=E6=9C=89=E5=AE=A2=E6=88=B7=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=87=BA=E7=8E=B0=E7=9A=84bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/customer/view/index/rush.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/customer/view/index/rush.html b/app/customer/view/index/rush.html index c433a43..6356fc9 100644 --- a/app/customer/view/index/rush.html +++ b/app/customer/view/index/rush.html @@ -117,13 +117,7 @@ //监听搜索提交 form.on('submit(webform)', function(data) { - layui.pageTable.reload({ - where: { - keywords: data.field.keywords, - industry_id: data.field.industry_id, - source_id: data.field.source_id - } - }); + layui.pageTable.reload(); return false; }); }