Browse Source

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

lilei 6 months ago
parent
commit
c85608b769

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

@@ -237,7 +237,7 @@ export default {
         }
       }
       this.tabList = tabList
-      this.promoProductClz = tabList[0].val
+      this.promoProductClz = tabList && tabList.length ? tabList[0].val:''
       this.tableHeight = window.innerHeight - 368
       this.resetSearchForm()
     },