yangfeng
2023-10-26 d0aaaeda4b5e7aaed8067637baaea0e74e7993e6
src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -135,7 +135,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) => {