diff --git a/CoreCms.Net.Web.Admin/wwwroot/lib/custom/js/main.js b/CoreCms.Net.Web.Admin/wwwroot/lib/custom/js/main.js index 13a4186023b94836cb05c7dfb2068a2d999bd5d9..9542682e6b98a4a2633e68a0a96dde3b63be27a4 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/lib/custom/js/main.js +++ b/CoreCms.Net.Web.Admin/wwwroot/lib/custom/js/main.js @@ -915,7 +915,7 @@ Vue.component('layout-config', { area: ['800px', '550px'], id: 'LAY-app-CoreCmsCommon-GetGood', success: function (layero, index) { - layui.view(this.id).render('common/getGood', null).done(function () { }); + layui.view(this.id).render('common/getGoodIds', null).done(function () { }); } }); },