Browse Source

【修改】bug

howie 3 years ago
parent
commit
887ee943f9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/supply/policy/components/retail_form.vue

+ 2 - 1
src/views/supply/policy/components/retail_form.vue

@@ -1473,7 +1473,7 @@ export default {
 
             this.$set(item, 'userList', this.userList)
             item.rebateWallets.forEach(j=>{
-               if (k.customerWalletId2 === data.customerWalletId2) {
+               if (j.customerWalletId2 === data.customerWalletId2) {
                   this.$set(item, 'amount', j.amount||0.00)
               }
             })
@@ -1486,6 +1486,7 @@ export default {
             })
           })
           this.goodsList = data.retailOrderItemList
+          console.log(goodsList,'748578');
         })
       })
     },