Commit ea61fd97 authored by zhangyanni's avatar zhangyanni

提交RempId

parent 0fd78010
......@@ -1771,6 +1771,7 @@
});
applyApi.applyRedEnvelopeAxios(resultObj).then((res) => {
if (res.result && res.result.user) {
this.publicFun.setUserInfoCookie("rEmpId",res.result.user.empId);
this.publicFun.setUserInfoCookie("userInfo", this.Base64.encode(JSON.stringify(res.result.user)));
globalMsg.$emit("getUserInfo");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment