diff --git a/src/api/product/rule.js b/src/api/product/rule.js index f2de650..4f2900f 100644 --- a/src/api/product/rule.js +++ b/src/api/product/rule.js @@ -34,6 +34,14 @@ export function updateRule(data) { data: data }) } +// 修改规格 状态 +export function updateRuleInfoState(wyzRuleInfoSaveReq) { + return request({ + url: '/product/ruleAttr/ruleInfoStateReq', + method: 'put', + data: wyzRuleInfoSaveReq + }) +} // 删除商品规格 export function delRule(id) { diff --git a/src/views/product/attributeGroup/index.vue b/src/views/product/attributeGroup/index.vue index a60a205..a2263a6 100644 --- a/src/views/product/attributeGroup/index.vue +++ b/src/views/product/attributeGroup/index.vue @@ -81,6 +81,7 @@ + diff --git a/src/views/product/category/index.vue b/src/views/product/category/index.vue index e3d1b85..1108899 100644 --- a/src/views/product/category/index.vue +++ b/src/views/product/category/index.vue @@ -68,7 +68,7 @@ - +