浏览代码

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