@@ -129,6 +129,7 @@
this.$nextTick(() => {
console.log(res);
this.categoryId = res.categoryWms && res.categoryWms.categoryId
+
this.$refs.baseInfoRef.getDetailInfoAugr(res.category); //基本信息
this.$refs.warehouseConfigRef.getDetailInfoAugr(res.categoryWms);
});
@@ -211,7 +211,7 @@
size: this.size,
page: this.page,
type: 1,
- // ...this.baseParams,
+ ...this.baseParams,
// ...this.searchForm,
// batchNum: this.baseParams.batchNum || this.searchForm.batchNum
@@ -223,7 +223,7 @@
type: 2,