lilei 1 年之前
父节点
当前提交
9f1aca921d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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