Browse Source

bug修复

chenrui 3 years ago
parent
commit
087794ffec
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/promotionRulesManagement/orderStatistics/list.vue

+ 4 - 4
src/views/promotionRulesManagement/orderStatistics/list.vue

@@ -22,7 +22,7 @@
           <template v-if="advanced">
             <a-col :md="6" :sm="24">
               <a-form-item label="促销名称">
-                <promoList ref="promoList" id="orderStatisticsList-promotionActivitySn" @change="promoChange"></promoList>
+                <promoList ref="promoList" id="orderStatisticsList-promoActiveSn" @change="promoChange"></promoList>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
@@ -106,7 +106,7 @@ export default {
         beginDate: '',
         endDate: '',
         buyerSn: undefined,
-        promotionActivitySn: undefined,
+        promoActiveSn: undefined,
         salesBillNo: '',
         billStatus: undefined
       },
@@ -164,7 +164,7 @@ export default {
       this.queryParam.buyerSn = obj.key
     },
     promoChange (obj) {
-      this.queryParam.promotionActivitySn = obj.key
+      this.queryParam.promoActiveSn = obj.key
     },
     // 合计
     getTotal (param) {
@@ -188,7 +188,7 @@ export default {
       this.queryParam.beginDate = ''
       this.queryParam.endDate = ''
       this.queryParam.buyerSn = undefined
-      this.queryParam.promotionActivitySn = undefined
+      this.queryParam.promoActiveSn = undefined
       this.queryParam.salesBillNo = ''
       this.queryParam.billStatus = undefined
       this.$refs.custList.resetForm()