修复查看sku信息框报400的问题
This commit is contained in:
parent
dc76d42867
commit
9b8e39f3d1
@ -441,9 +441,11 @@
|
||||
fetchSkuStockList(row.id,{keyword:this.editSkuInfo.keyword}).then(response=>{
|
||||
this.editSkuInfo.stockList=response.data;
|
||||
});
|
||||
fetchProductAttrList(row.productAttributeCategoryId,{type:0}).then(response=>{
|
||||
this.editSkuInfo.productAttr=response.data.list;
|
||||
});
|
||||
if(row.productAttributeCategoryId!=null){
|
||||
fetchProductAttrList(row.productAttributeCategoryId,{type:0}).then(response=>{
|
||||
this.editSkuInfo.productAttr=response.data.list;
|
||||
});
|
||||
}
|
||||
},
|
||||
handleSearchEditSku(){
|
||||
fetchSkuStockList(this.editSkuInfo.productId,{keyword:this.editSkuInfo.keyword}).then(response=>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user