From 83fe4f0a434c98471ad65c32fdb6eb9883c0b328 Mon Sep 17 00:00:00 2001 From: Ying Date: Tue, 3 Jan 2023 19:33:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84JS?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/system/module/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/system/module/admin.js b/public/static/system/module/admin.js index 62c0da3..6d7e3d7 100644 --- a/public/static/system/module/admin.js +++ b/public/static/system/module/admin.js @@ -1445,7 +1445,7 @@ layui.define(['jquery', 'i18n', 'element', 'layer', 'form', 'rate', 'table', 'sl var html = ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; $(this).parents('form').find('input#' + $(this).data('name') + '_clear').remove(); $(this).prev('table').find('tbody').append(html);