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
21cb47eb
authored
2025-06-28 17:22:37 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:35:24 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
b257e163
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/data_meta/standard-import.vue
src/views/data_meta/standard-meta-import.vue
src/views/data_meta/standard-import.vue
View file @
21cb47e
...
...
@@ -417,7 +417,9 @@ const importData = (info) => {
});
let
sheetMaps
=
{}
uploadSetting
.
value
.
forEach
(
item
=>
{
if
(
item
.
value
)
{
sheetMaps
[
item
.
value
]
=
item
.
standardGuid
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
// console.log('sheetMaps', sheetMaps)
...
...
src/views/data_meta/standard-meta-import.vue
View file @
21cb47e
...
...
@@ -417,7 +417,9 @@ const importData = (info) => {
});
let
sheetMaps
=
{}
uploadSetting
.
value
.
forEach
(
item
=>
{
if
(
item
.
value
)
{
sheetMaps
[
item
.
value
]
=
item
.
standardGuid
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
// console.log('sheetMaps', sheetMaps)
...
...
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