From ad04c582fbda7f095866d37993143880b57af7a4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 27 Sep 2021 17:36:36 +0800
Subject: [PATCH] 20210927
---
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