Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
78bbc542
Commit
78bbc542
authored
Dec 05, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into zwg
parents
c22e3163
e5592120
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/page/main/system/organization/org-user/index.vue
src/page/main/system/organization/org-user/index.vue
+1
-0
src/page/main/system/organization/user-detail/index.vue
src/page/main/system/organization/user-detail/index.vue
+3
-3
No files found.
src/page/main/system/organization/org-user/index.vue
View file @
78bbc542
...
...
@@ -133,6 +133,7 @@ const getOrgPersonFormData = (data) => {
...
formData
,
logo
:
formData
.
logo
&&
formData
.
logo
.
length
>
0
?
formData
.
logo
[
0
].
url
:
''
,
}
params
.
document_type
=
params
.
document_type
==
""
?
0
:
params
.
document_type
$axios
.
put
(
`/apaas/system/v5/org/update/user/
${
route
.
query
.
id
}
`
,
params
)
.
then
((
res
)
=>
{
if
(
res
.
data
.
code
==
200
)
{
...
...
src/page/main/system/organization/user-detail/index.vue
View file @
78bbc542
...
...
@@ -163,12 +163,12 @@ const getDetail = () => {
personInfo
[
1
].
value
=
detail
.
contact_email
;
personInfo
[
2
].
value
=
detail
.
document_type
===
1
?
'
身份证
'
:
''
;
personInfo
[
3
].
value
=
detail
.
document_number
;
personInfo
[
4
].
value
=
detail
.
rem
personInfo
[
4
].
value
=
detail
.
rem
ark
;
personInfo2
[
0
].
value
=
detail
.
contact_name
;
personInfo2
[
1
].
value
=
detail
.
contact_email
;
personInfo2
[
2
].
value
=
detail
.
rem
personInfo2
[
2
].
value
=
detail
.
rem
ark
;
logo
.
value
=
detail
.
logo
;
accountType
.
value
=
detail
.
is_ad
accountType
.
value
=
detail
.
is_ad
min
;
}
else
{
$message
.
error
(
res
.
data
.
data
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment