谢杰标 3 anos atrás
pai
commit
04ae50d598

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

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