Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c0db4eb4
authored
2026-03-16 13:16:11 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改用户管理的编辑和详情
1 parent
58ec8228
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/views/data_basic/addUser.vue
src/views/data_basic/addUser.vue
View file @
c0db4eb
...
...
@@ -6,7 +6,7 @@
col=
"col3"
/>
</ContentWrap>
<ContentWrap
title=
"入职部门"
expandSwicth
style=
"margin-top: 15px"
>
<EntryOrgList
ref=
"entryOrgListRef"
:organisationJson=
"organisationInfo"
></EntryOrgList>
<EntryOrgList
ref=
"entryOrgListRef"
:organisationJson=
"organisationInfo"
:disabled=
"isDetail"
></EntryOrgList>
</ContentWrap>
</div>
<div
class=
"submit_btn_wrap"
>
...
...
@@ -74,6 +74,7 @@ const schemaParam1 = ref([
default
:
''
,
required
:
false
,
clearable
:
true
,
disabled
:
false
,
visible
:
true
,
},
{
...
...
@@ -348,7 +349,11 @@ function setDetail() {
}
nextTick
(()
=>
{
formItem1
.
value
.
setValue
(
formData
)
schemaParam1
.
value
.
forEach
(
s
=>
{
s
.
disabled
=
isDetail
.
value
;
s
.
default
=
formData
[
s
.
field
];
})
// formItem1.value.setValue(formData)
organisationInfo
.
value
=
detailData
.
value
.
staffOrgRelRSVOList
||
[]
})
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment