前端:抽出 HtmlEditor 组件

前端:完善商品编辑,基本算完成了
This commit is contained in:
YunaiV
2019-05-06 00:06:32 +08:00
parent 35077dcf53
commit 2519cf000e
8 changed files with 187 additions and 94 deletions

View File

@@ -35,7 +35,8 @@ export default {
// price: // 价格
// quantity: // 数量
// }
]
],
},
effects: {
@@ -308,6 +309,7 @@ export default {
...state,
skus: [],
attrTree: [],
spu: {},
}
},
changeLoading(state, { payload }) {