lilei 1 năm trước cách đây
mục cha
commit
9f1aca921d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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