From 89ed9f5e5624b5b1383192ffafcb31f1a7d527d5 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期四, 19 十月 2023 11:31:10 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style

---
 src/views/reportForm/inboundOutboundDetail/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/reportForm/inboundOutboundDetail/index.vue b/src/views/reportForm/inboundOutboundDetail/index.vue
index c31f520..594c6a6 100644
--- a/src/views/reportForm/inboundOutboundDetail/index.vue
+++ b/src/views/reportForm/inboundOutboundDetail/index.vue
@@ -168,10 +168,10 @@
     async getData() {
       if (this.params.name === "鎶ヨ〃") {
         await getHistory({
-          keyWord:this.params.row.productTypeName,
-          produceId:this.params.row.id,
-          productName:this.params.row.productName,
-          unit:this.params.row.unit,
+          keyWord:this.params.keyWord,
+          produceId:this.params.produceId,
+          unit:this.params.unit,
+          productName:this.params.productName,
           page: this.pagerOptions.currPage,
           pageSize: this.pagerOptions.pageSize
         }).then((res) => {

--
Gitblit v1.8.0