chenrui 8 ماه پیش
والد
کامیت
1a76b2b295
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/promotionManagement/promotionInfo/list.vue

+ 3 - 2
src/views/promotionManagement/promotionInfo/list.vue

@@ -21,7 +21,7 @@
                   v-model="queryParam.promoType"
                   ref="sourceType"
                   id="promotionInfoList-promoType"
-                  code="PROMO_STATE"
+                  code="SHOP_PROMO_PROMO_TYPE"
                   placeholder="请选择促销类型"
                   allowClear></v-select>
               </a-form-item>
@@ -32,7 +32,7 @@
                   v-model="queryParam.dealerPublishState"
                   ref="sourceType"
                   id="promotionInfoList-dealerPublishState"
-                  code="PROMO_STATE"
+                  code="SHOP_PROMO_PROMO_STATE"
                   placeholder="请选择促销状态"
                   allowClear></v-select>
               </a-form-item>
@@ -261,6 +261,7 @@ export default {
       this.queryParam.beginDate = undefined
       this.queryParam.endDate = undefined
       this.queryParam.name = ''
+      this.queryParam.promoType = undefined
       this.queryParam.dealerPublishState = undefined
       this.$refs.table.refresh(true)
     },