@@ -975,7 +975,7 @@
type: '1',
builders: this.form.productList.map((item) => {
return {
- categoryId: item.id,
+ categoryId: item.productId,
num: item.totalCount
};
})