chenrui 1 tahun lalu
induk
melakukan
9bfb70f6d8

+ 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)
         }
       })