This commit is contained in:
2024-07-23 15:03:07 +08:00

View File

@@ -158,7 +158,7 @@ export default {
}); });
this.clickseetableData.loading = false; this.clickseetableData.loading = false;
this.clickseetableData.data = res.content.map(v=>{ this.clickseetableData.data = res.content.map(v=>{
const productIds=v.productId.split(',') const productIds=v.productId?v.productId.split(','):[]
return{ return{
...v, ...v,
product:productIds.map((str,index)=>{ product:productIds.map((str,index)=>{