Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into dwb
This commit is contained in:
@@ -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)=>{
|
||||
|
||||
Reference in New Issue
Block a user