haoxuan
2023-10-19 d0343f5e1435b45141962d7a90c6c2e3fedb8cbb
src/views/reportForm/inboundOutboundDetail/index.vue
@@ -168,7 +168,10 @@
    async getData() {
      if (this.params.name === "报表") {
        await getHistory({
          productId: this.params.id,
          keyWord:this.params.row.productTypeName,
          produceId:this.params.row.id,
          productName:this.params.row.productName,
          unit:this.params.row.unit,
          page: this.pagerOptions.currPage,
          pageSize: this.pagerOptions.pageSize
        }).then((res) => {