From 89c7bedc10eedef2b76358889df3249ad50c360b Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Sun, 5 Sep 2021 04:41:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20CoreCms.Net.Web.Admin/wwwroot/lib/cust?= =?UTF-8?q?om/js/main.js.=20=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=8C=87=E5=AE=9A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/wwwroot/lib/custom/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 13a4186..9542682 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 () { }); } }); }, -- Gitee