소스 검색

修改bug

chenrui 8 달 전
부모
커밋
f7113033e5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/easyPassManagement/promotionalProducts/list.vue

+ 3 - 1
src/views/easyPassManagement/promotionalProducts/list.vue

@@ -176,7 +176,8 @@ export default {
         promoType: undefined, // 促销状态
         promoState: undefined, // 促销状态
         categorySn: undefined, // 商城类目
-        shopProductStatus: undefined// 商城状态
+        shopProductStatus: undefined, // 商城状态
+        shopProductDelFlag: 0// 促销产品标志
       },
       categoryOptions: [], // 产品类目列表
       fieldNames: { label: 'categoryName', value: 'categorySn', children: 'shopCategoryList' },
@@ -243,6 +244,7 @@ export default {
       this.queryParam.promoState = undefined
       this.queryParam.shopProductStatus = undefined
       this.queryParam.categorySn = undefined
+      this.queryParam.shopProductDelFlag = 0
       this.productType = []
       this.category = []
       this.$refs.table.refresh()