From 198cdfff2fa57c5d4d93f8e07c8f042ce47839a7 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 22 Aug 2022 16:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E5=91=A2?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=80=BA=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/plugs/easy-admin/easy-admin.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/static/plugs/easy-admin/easy-admin.js b/public/static/plugs/easy-admin/easy-admin.js index 15e7b6b..fe39b0a 100644 --- a/public/static/plugs/easy-admin/easy-admin.js +++ b/public/static/plugs/easy-admin/easy-admin.js @@ -372,8 +372,6 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick // 判断是否有操作列表权限 options.cols = admin.table.renderOperat(options.cols, options.elem); - - // 判断是否有操作列表权限 options.cols = admin.table.renderTrueHide(options.cols, options.elem); @@ -393,11 +391,9 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick if (selectedIds.length > 0) { var selectedIdArr = selectedIds.split(','); - console.log(selectedIdArr); for (let index = 0; index < res.data.length; index++) { const dataItem = res.data[index]; - console.log(dataItem); if (selectedIdArr.indexOf(dataItem.id.toString()) > -1) { res.data[index].LAY_DISABLED = true;