소스 검색

修改bug

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