@@ -93,6 +93,7 @@ class GoodsService extends CrudService {
const obj = {
url: _.get(g, 'file'),
name: _.get(g, 'name'),
+ id: _.get(g, '_id'),
};
if (arr.length === 0) {
obj.title = label;