From 681ba11e89b83ea3ee84691afc00828544dc01f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BB=A7=E4=B8=9C?= Date: Wed, 29 Mar 2023 01:28:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E5=AF=8Cdemo=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=EF=BC=88=E5=88=9D=E5=A7=8B=E5=A4=9A=E8=A1=A8=E6=A0=BC=EF=BC=89?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E4=BD=BF=E6=9B=B4=E6=9C=89=E4=BB=A3=E8=A1=A8?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘继东 --- .../main/resources/templates/demo/table/multi.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/multi.html b/ruoyi-admin/src/main/resources/templates/demo/table/multi.html index 949077714..2dec9e69e 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/table/multi.html +++ b/ruoyi-admin/src/main/resources/templates/demo/table/multi.html @@ -50,6 +50,9 @@
  • 用户名称:
  • + 新增测试条件: + +
  •  搜索  重置 @@ -137,11 +140,17 @@ actions.push('删除'); return actions.join(''); } - }] + }], + onClickRow: function(row,$element){ + subList(row.userName); + } }; $.table.init(options); }); - + function subList(value){ + $("#form2 input").val(value); + $.table.search('form2', 'bootstrap-table2') + } $(function() { var options = {