From e3d8559ff6732760f2da727c4c2fad137e036064 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 Aug 2022 17:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=A2=9E=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E7=99=BB=E5=BD=95=E4=BF=A1=E6=81=AF=E7=9A=84=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E5=9F=8B=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/actions.js b/project/xiushan/actions.js index 4f41b4a5..0f2c5648 100644 --- a/project/xiushan/actions.js +++ b/project/xiushan/actions.js @@ -3,7 +3,7 @@ import axios from "dvcp-ui/lib/js/request"; export default { getFinanceUser({commit}) { axios.post("/app/appfinancialorganizationuser/checkUser").then(res => { - commit("setUserInfo", {financeUser: res.data}) + commit("setUserExtra", {financeUser: res.data}) }).catch(() => 0) } }