@@ -98,7 +98,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
// 动态加载标签分组下拉
var groupSelect = $('#c-group_id');
if (groupSelect.length) {
- $.get('shop/goodslabelgroup/index', function (res) {
+ $.get('shop/goods_label_group/index', function (res) {
if (res && res.rows) {
$.each(res.rows, function (i, item) {
groupSelect.append('<option value=\"' + item.id + '\">' + item.name + '</option>');