From 89ee086b5feb74b511fac97546370b7206e5b81c Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 10 Mar 2022 14:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=B8=AA=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=B9=8B=E9=97=B4=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E8=AF=BB=E5=8F=96=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/plugs/easy-admin/easy-admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/plugs/easy-admin/easy-admin.js b/public/static/plugs/easy-admin/easy-admin.js index 4bda065..8bcbd38 100644 --- a/public/static/plugs/easy-admin/easy-admin.js +++ b/public/static/plugs/easy-admin/easy-admin.js @@ -1346,7 +1346,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine var dataField = data.field; // 富文本数据处理 - var editorList = document.querySelectorAll(".editor"); + var editorList = $(v).closest('.layui-form').find('.editor') if (editorList.length > 0) { $.each(editorList, function (i, v) { var name = $(this).attr("name");