From a9bb8cf68a8a62ea80eea7b1e08605a986765652 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 27 Sep 2021 18:25:00 +0800 Subject: [PATCH] fix --- src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html index 8435667..f228ff3 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html @@ -23,7 +23,7 @@ <div class="layui-col-lg6"> <label class="layui-form-label febs-form-item-require">所属分类:</label> <div class="layui-input-block"> - <select name="parentId" class="categary-update-category" > + <select name="categoryId" class="categary-update-category" > <option value="">请选择</option> </select> </div> -- Gitblit v1.9.1