From 957cc5965022a781e9675e31d19972997f1928ef Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 19 Nov 2019 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C=E9=87=8F?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=AF=A6=E6=83=85=E6=B2=A1=E6=9C=89=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E6=9D=A1=E4=BB=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/statistics/work.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/views/statistics/work.php b/frontend/views/statistics/work.php index 986a263..b42fa9c 100644 --- a/frontend/views/statistics/work.php +++ b/frontend/views/statistics/work.php @@ -111,7 +111,8 @@ use \common\libs\MyLib; } function view(id) { var title = '查看详情'; - layer_show(title, '/statistics/work-info?user_id=' + id); + var params = $("#searchFrm").serialize(); + layer_show(title, '/statistics/work-info?user_id=' + id + '&' + params); } function refreshList() { $('#listTable').bootstrapTable('refresh');