Browse Source

修改bug

chenrui 7 months ago
parent
commit
2f0bb12fc7

+ 0 - 2
src/views/easyPassManagement/promotionalActivities/addPromotionModal.vue

@@ -238,10 +238,8 @@ export default {
     addDealerOk (list) {
       const _this = this
       _this.hasEq = list.filter(item => !this.chooseDealerList.map(k => k.dealerSn).includes(item.dealerSn))
-      console.log('11111111:', _this.hasEq)
       _this.chooseDealerList = list
       _this.openDealerModal = false
-      debugger
     },
     // 部分经销商 删除
     delBuyerName (row) {