소스 검색

修改bug

chenrui 4 달 전
부모
커밋
e6be35394b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salesManagement/waitDispatchNew/edit.vue

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

@@ -241,7 +241,7 @@ export default {
     async pageInit () {
       // 已参与活动列表
       this.spinning = true
-      const list = await salesPromoQueryList({ salesBillSn: this.$route.params.sn || this.bizSn }).then(res => res.data || [])
+      const list = await salesPromoQueryList({ salesBillSn: this.$route.params.salesBillSn || this.bizSn }).then(res => res.data || [])
       this.activeList = list.filter(item => item.promotion && item.promotionRule)
       this.spinning = false
       // 查询表格数据