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;