diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goodsbrand/create.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goodsbrand/create.html index 512aac9f..1a95328f 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goodsbrand/create.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goodsbrand/create.html @@ -50,11 +50,12 @@ //开启调试情况下获取接口赋值数据 if (debug) { console.log(d.params.data); } - layui.use(['admin', 'form', 'laydate', 'cropperImg', 'coreHelper'], + layui.use(['admin', 'form', 'laydate', 'upload', 'cropperImg', 'coreHelper'], function () { var $ = layui.$ , form = layui.form , admin = layui.admin + , upload = layui.upload , laydate = layui.laydate , cropperImg = layui.cropperImg , coreHelper = layui.coreHelper;