src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -38,6 +38,7 @@ this.setTable() this.locationId = this.$route.params.locationId this.productId = this.$route.params.productId this.baseOperationType=this.$route.params.baseOperationType this.getData() }, methods: { @@ -132,7 +133,8 @@ locationId: this.locationId, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize, productId: this.productId productId: this.productId, baseOperationType:this.baseOperationType }).then((res) => { if (res.code === 200) { const list = res.data.map((item) => {