From 9628c86a6607380dbc7c0191a6055e07c6334657 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 01 Jun 2020 16:11:36 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA

---
 src/components/oa/merits/meritsDetail/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/oa/merits/meritsDetail/index.jsx b/src/components/oa/merits/meritsDetail/index.jsx
index ce9d01d..a8eab23 100644
--- a/src/components/oa/merits/meritsDetail/index.jsx
+++ b/src/components/oa/merits/meritsDetail/index.jsx
@@ -175,7 +175,7 @@
       url: `api/merits/assess/findMeritsDetail`,
       formData: {
         ...formData,
-        userId: this.props.match.params.userId || JSON.parse(window.localStorage.getItem('loginUser'))
+        userId: this.props.match.params.userId || JSON.parse(window.localStorage.getItem('loginUser')).userId
       },
       key: formData.__key,
       columns: this.renderColumns(),

--
Gitblit v1.8.0