소스 검색

上线产品信息

chenrui 1 년 전
부모
커밋
a5e7750f7e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/productManagement/productOnlineInfo/list.vue

+ 0 - 2
src/views/productManagement/productOnlineInfo/list.vue

@@ -115,7 +115,6 @@ export default {
         productTypeSn1: '', //  产品一级分类
         productTypeSn2: '', //  产品二级分类
         productTypeSn3: '', //  产品三级分类
-        onlineFalg: '1',
         isOnlinePage: '1'
       },
       disabled: false, //  查询、重置按钮是否可操作
@@ -174,7 +173,6 @@ export default {
       this.queryParam.productTypeSn1 = ''
       this.queryParam.productTypeSn2 = ''
       this.queryParam.productTypeSn3 = ''
-      this.queryParam.onlineFalg = '1'
       this.queryParam.isOnlinePage = '1'
       this.productType = []
       this.$refs.table.refresh(true)