@@ -329,6 +329,7 @@
_num = _num.toFixed(3);
return {
id: m.id,
+ categoryId: m.categoryId,
productCode: m.code,
productName: m.name,
brandNo: m.brandNo,
@@ -359,6 +360,7 @@
_list = list.map((m) => {
+ categoryId: m.id,