ソースを参照

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

chenrui 1 年間 前
コミット
33131e2745

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