zuozhengqing
2023-10-28 4b4438e7231bff0f260b0c17761072503e2af7b1
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) => {