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
10d37df8
authored
2025-03-11 11:05:00 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
产品目录保存时传关联字典名称
1 parent
e2e92cca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/data_asset/importTableField.vue
src/views/data_asset/importTableField.vue
View file @
10d37df
...
...
@@ -493,6 +493,9 @@ const save = () => {
field
.
orderNum
=
index
;
enNames
.
push
(
field
.
enName
);
chNames
.
push
(
field
.
chName
);
if
(
field
.
dictionaryCode
)
{
field
.
dictionaryName
=
paramsList
.
value
.
find
(
p
=>
p
.
value
==
field
.
dictionaryCode
)?.
label
;
}
index
++
;
}
if
(
!
hasPrimary
)
{
...
...
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