|
@@ -204,7 +204,7 @@ export default {
|
|
|
return this.detailData&&this.detailData.promoFlag==1
|
|
|
},
|
|
|
hasNoPushedActive(){
|
|
|
- const a = this.dataSource.filter(item => item.promotionFlag != 0).filter(item => item.pushedQty>0)
|
|
|
+ const a = this.dataSource.filter(item => item.pushedQty>0)
|
|
|
return this.dataSource.length==0 ? false : !(a.length > 0)
|
|
|
},
|
|
|
checkboxOption () {
|