yusheng 1 rok temu
rodzic
commit
0d39bfd526
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/bpm/outgoingManagement/outbound.vue

+ 1 - 1
src/views/bpm/outgoingManagement/outbound.vue

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