Merge branch 'ymf' of https://e.coding.net/g-cphe0354/yinshoukeguanliduan/management into dev
This commit is contained in:
commit
a6d90bf36e
|
|
@ -158,7 +158,7 @@ export default {
|
|||
});
|
||||
this.clickseetableData.loading = false;
|
||||
this.clickseetableData.data = res.content.map(v=>{
|
||||
const productIds=v.productId.split(',')
|
||||
const productIds=v.productId?v.productId.split(','):[]
|
||||
return{
|
||||
...v,
|
||||
product:productIds.map((str,index)=>{
|
||||
|
|
|
|||
Loading…
Reference in New Issue