chenrui преди 1 година
родител
ревизия
9bfb70f6d8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/promotionRulesManagement/dealerPromotions/specialOfferModal.vue

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/specialOfferModal.vue

@@ -549,7 +549,7 @@ export default {
         }
       })
       con.forEach((list, pos) => {
-        if (!list.provincePrice || !list.cityPrice || !list.specialPrice) {
+        if (list.provincePrice && list.cityPrice && list.specialPrice) {
           newConArr.push(list)
         }
       })