Browse Source

修改bug

chenrui 2 years ago
parent
commit
17d6aa77b8

+ 1 - 1
src/views/promotionRulesManagement/promotionManagement/addModal.vue

@@ -172,7 +172,7 @@ export default {
       this.chooseDealerList = list
       this.chooseDealerList = list
       const newArr = list.map(item => {
       const newArr = list.map(item => {
         return {
         return {
-          buyerSn: item.dealerSn
+          buyerSn: item.buyerSn
         }
         }
       })
       })
       this.form.promoBuyerList = newArr
       this.form.promoBuyerList = newArr