Преглед на файлове

Merge branch 'develop_yh43' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh43

chenrui преди 1 година
родител
ревизия
33131e2745
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/detailProductList.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/detailProductList.vue

@@ -419,7 +419,7 @@ export default {
           }
         }
         // 判断是否有箭冠轮胎产品
-        if (productBrand.indexOf('箭冠') >= 0 && productType3.indexOf('轮胎') >= 0) {
+        if (productBrand && productBrand.indexOf('箭冠') >= 0 && productBrand && productType3.indexOf('轮胎') >= 0) {
           this.hasJGtire = true
         }
       })