|
@@ -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();
|
|
|
},
|