yusheng há 1 ano atrás
pai
commit
0d39bfd526
1 ficheiros alterados com 1 adições e 1 exclusões
  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
               };
             })