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