提交 24a766a6 authored 作者: 钟是志's avatar 钟是志

22167 登录背景--经常会跳出其他背景图

上级 08913b22
......@@ -42,8 +42,7 @@ function AuditButton(props) {
taskForm: JSON.stringify(values), // 审批表单的参数值
apiData: data,
taskFormKey: data?.taskFormKey,
userNowInfo:
(localStorage.getItem('user') && JSON.parse(localStorage.getItem('user'))) || {},
userNowInfo: {}, // 学工里面没有这个. 只有一站式有
buttonInfo:
data?.btns && data?.btns.length ? data?.btns.find((x) => x.value === btnValue) : {},
token: getToken(),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论