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