uni-oaview 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
success: (res: any) => {
|
|
89
89
|
const { uuid: id, email, ...otherParams } = res?.data?.data;
|
|
90
90
|
const userInfo = {
|
|
91
|
+
...otherParams,
|
|
91
92
|
id,
|
|
92
93
|
email,
|
|
93
|
-
...otherParams,
|
|
94
94
|
department: '这是一个很长很长的部门部门321312321312',
|
|
95
95
|
position: '这是一个很长很长的职位321312312321321312',
|
|
96
96
|
};
|