yangfeng
2023-10-31 ac547f0629e21fa52ec0cb40f0ac59aaa6d573f4
src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -135,8 +135,7 @@
        locationId: this.locationId,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize,
        productId: this.productId,
        baseOperationType:this.baseOperationType
        productId: this.productId
      }).then((res) => {
        if (res.code === 200) {
          const list = res.data.map((item) => {