chenrui 4 meses atrás
pai
commit
e6be35394b
1 arquivos alterados com 1 adições e 1 exclusões
  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
       // 查询表格数据