From 03eaf8fb98c2c09d2a6378e57fadc55a350d8aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Sat, 24 Sep 2022 21:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8E=E5=8F=B0=E4=BB=A3=E7=90=86=E5=95=86=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=9B=A0=E5=A4=A7=E5=B0=8F=E5=86=99=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=E5=AF=BC=E8=87=B4html=E8=AF=B7=E6=B1=82404=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/wwwroot/views/agent/agents/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/agent/agents/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/agent/agents/index.html index 2c8c9b3b..6817da4a 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/agent/agents/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/agent/agents/index.html @@ -222,7 +222,7 @@ area: ['640px', '300px'], id: 'LAY-popup-CoreCmsAgent-edit', success: function (layero, index) { - view(this.id).render('Agent/agents/edit', { data: e.data }).done(function () { + view(this.id).render('agent/agents/edit', { data: e.data }).done(function () { //监听提交 form.on('submit(LAY-app-CoreCmsAgent-editForm-submit)', function (data) { @@ -271,7 +271,7 @@ area: ['700px', '550px'], id: 'LAY-popup-CoreCmsAgent-details', success: function (layero, index) { - view(this.id).render('Agent/agents/details', { data: e.data }).done(function () { + view(this.id).render('agent/agents/details', { data: e.data }).done(function () { form.render(); }); // 禁止弹窗出现滚动条