@@ -144,6 +144,7 @@ class GoodsService extends CrudService {
};
if (arr.length === 0) {
obj.title = label;
+ obj.value = value;
}
arr.push(obj);