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(); }); // 禁止弹窗出现滚动条