Forráskód Böngészése

上线产品信息

chenrui 1 éve
szülő
commit
a5e7750f7e

+ 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)