This commit is contained in:
YeMingfei666 2024-07-23 15:03:07 +08:00
commit a6d90bf36e
1 changed files with 1 additions and 1 deletions

View File

@ -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)=>{