管理后台:商品列表报错的问题,解决商品报价 * 100

This commit is contained in:
YunaiV
2019-04-16 23:26:56 +08:00
parent 371eba5537
commit 2eb5d32cbc
5 changed files with 10 additions and 60 deletions

View File

@@ -39,6 +39,7 @@ export async function productCategoryDelete(params) {
// product spu + sku
export async function productSpuPage(params) {
debugger;
return request(`/product-api/admins/spu/page?${stringify(params)}`, {
method: 'GET',
});
@@ -57,4 +58,4 @@ export async function productAttrTree(params) {
return request(`/product-api/admins/attr/tree?${stringify(params)}`, {
method: 'GET',
});
}
}