From 095772a445f64a77b7bbb61e84eaeb24b7ec3ca8 Mon Sep 17 00:00:00 2001 From: wangh <123456> Date: Wed, 1 Nov 2023 17:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E4=BB=8B=E7=BB=8D=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/record_piont_data/record_piont_data.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haiwei-manage/src/main/resources/templates/manage/record_piont_data/record_piont_data.html b/haiwei-manage/src/main/resources/templates/manage/record_piont_data/record_piont_data.html index 359961c..23bff7a 100644 --- a/haiwei-manage/src/main/resources/templates/manage/record_piont_data/record_piont_data.html +++ b/haiwei-manage/src/main/resources/templates/manage/record_piont_data/record_piont_data.html @@ -115,16 +115,16 @@ } }*/] }; - table= $.table.init(options); + $.table.init(options); }; -var table; + /* 添加用户-选择用户-提交 */ function submitHandler(index, layero) { - var rows = table.selectFirstColumns(); + var rows = $.table.selectFirstColumns(); if (rows.length == 0) { $.modal.alertWarning("请至少选择一条记录"); return;