@@ -531,8 +531,8 @@ export default {
categoryId: this.$route.query.id,
size: this.size,
pageNum: this.pageNum,
- bizType: 1,
- ...this.baseParams
+ ...this.baseParams,
+ type: 1
// ...this.searchForm,
// batchNum: this.baseParams.batchNum || this.searchForm.batchNum
});
@@ -513,8 +513,8 @@
- bizType: 2,
+ type: 2