瀏覽代碼

修改bug

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