lilei 1 year ago
parent
commit
9f1aca921d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/salesQueryNew/edit.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/edit.vue

@@ -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