feat(动态举报审批页面): "举报图片"筛选掉空的数据
This commit is contained in:
parent
ee5cfc8844
commit
c8b4d1e556
@ -471,7 +471,7 @@ export default {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
pictures = row.reportedUrls.split(",");
|
pictures = row.reportedUrls.split(",");
|
||||||
return pictures;
|
return pictures.filter(item => item.trim() !== "");
|
||||||
},
|
},
|
||||||
|
|
||||||
// 动态图片处理
|
// 动态图片处理
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user