瀏覽代碼

修改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
       // 查询表格数据