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
ae099cdd
authored
2025-06-30 13:15:18 +0800
by
fanguang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
import
1 parent
64c7dcd2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
src/components/Drawer/index.vue
src/views/data_meta/standard-import.vue
src/views/data_meta/standard-meta-import.vue
src/views/data_meta/standard.vue
src/components/Drawer/index.vue
View file @
ae099cd
...
...
@@ -458,3 +458,7 @@ const drawerClose = () => {
}
}
</
style
>
<
style
lang=
"scss"
>
</
style
>
...
...
src/views/data_meta/standard-import.vue
View file @
ae099cd
...
...
@@ -426,8 +426,8 @@ const importData = (info) => {
sheetMaps
[
item
.
value
]
=
item
.
standardGuid
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
paramUrl
=
encodeURIComponent
(
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
)
sheetMaps
=
encodeURIComponent
(
JSON
.
stringify
(
sheetMaps
)
)
paramUrl
=
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
dialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
true
;
addImportData
(
paramUrl
,
params
).
then
((
res
:
any
)
=>
{
dialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
...
...
src/views/data_meta/standard-meta-import.vue
View file @
ae099cd
...
...
@@ -426,8 +426,8 @@ const importData = (info) => {
sheetMaps
[
item
.
value
]
=
item
.
standardGuid
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
paramUrl
=
encodeURIComponent
(
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
)
sheetMaps
=
encodeURIComponent
(
JSON
.
stringify
(
sheetMaps
)
)
paramUrl
=
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
dialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
true
;
addImportData
(
paramUrl
,
params
).
then
((
res
:
any
)
=>
{
dialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
...
...
src/views/data_meta/standard.vue
View file @
ae099cd
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