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