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
733965b2
authored
2025-07-07 13:50:12 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
带出标准类型
1 parent
f3b9d1ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/views/data_meta/standard-codetable.vue
src/views/data_meta/standard-codetable.vue
View file @
733965b
...
...
@@ -1132,7 +1132,9 @@ const loadDrawer = async () => {
formTable
.
value
.
tableInfo
.
fields
=
fields
let
currentObj
:
any
=
treeInfo
.
value
.
currentObj
;
formItems
.
value
.
forEach
(
item
=>
{
if
(
item
.
field
==
'standard'
)
{
if
(
item
.
field
==
'standardTypeCode'
)
{
item
.
default
=
currentObj
.
rootId
||
currentObj
.
value
;
}
else
if
(
item
.
field
==
'standard'
)
{
item
.
default
=
currentObj
.
standard
;
}
else
if
(
item
.
field
==
"standardName"
)
{
item
.
default
=
currentObj
.
name
;
...
...
@@ -1481,11 +1483,13 @@ function initTree () {
subItem
.
treeLevel
=
2
subItem
.
label
=
subItem
.
name
subItem
.
value
=
subItem
.
name
subItem
.
rootId
=
item
.
guid
;
if
(
subItem
.
children
)
{
subItem
.
children
.
forEach
(
threeItem
=>
{
threeItem
.
label
=
threeItem
.
name
threeItem
.
value
=
threeItem
.
guid
threeItem
.
isLeaf
=
threeItem
.
isCode
threeItem
.
rootId
=
item
.
guid
;
})
}
})
...
...
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