|
@@ -248,7 +248,7 @@ export default {
|
|
|
},
|
|
|
// 获取是否有新活动
|
|
|
async getNewActive(){
|
|
|
- const hasNewActive = await salesQueryUnPartPromo({ salesBillSn: this.$route.params.sn }).then(res => res.data)
|
|
|
+ const hasNewActive = await salesQueryUnPartPromo({ salesBillSn: this.$route.params.sn, enabledFlag: "1" }).then(res => res.data)
|
|
|
if(hasNewActive.length){
|
|
|
this.newActiveList = hasNewActive
|
|
|
this.showNewActiveModal=true
|