谢杰标 3 years ago
parent
commit
04ae50d598
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/Marketing/goods/spec/compoent/configTable.vue

+ 2 - 0
src/views/Marketing/goods/spec/compoent/configTable.vue

@@ -92,6 +92,7 @@ export default {
         pageNum: 1,
         pageNum: 1,
         businessId: this.businessId,
         businessId: this.businessId,
         educationTypeId: this.educationTypeId,
         educationTypeId: this.educationTypeId,
+        goodsTypes: [1, 2, 6],
       },
       },
       loading: false,
       loading: false,
       total: 0,
       total: 0,
@@ -152,6 +153,7 @@ export default {
         businessId: this.businessId,
         businessId: this.businessId,
         educationTypeId: this.educationTypeId,
         educationTypeId: this.educationTypeId,
         status: "0,1",
         status: "0,1",
+        goodsTypes: [1, 2, 6],
       };
       };
       this.search();
       this.search();
     },
     },