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
738bb9d2
authored
2025-06-30 11:47:49 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:28:44 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
6628c378
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 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 @
738bb9d
...
...
@@ -427,7 +427,7 @@ const importData = (info) => {
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
paramUrl
=
encodeURI
(
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
)
paramUrl
=
encodeURI
Component
(
`
${
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 @
738bb9d
...
...
@@ -427,7 +427,7 @@ const importData = (info) => {
}
})
sheetMaps
=
JSON
.
stringify
(
sheetMaps
)
paramUrl
=
encodeURI
(
`
${
import
.
meta
.
env
.
VITE_APP_ADD_FILE
}
/import-data/import-batch-common?importType=
${
importType
.
value
}
&staffGuid=
${
userData
.
staffGuid
}
&tenantGuid=
${
userData
.
tenantGuid
}
&sheetMaps=
${
sheetMaps
}
`
)
paramUrl
=
encodeURI
Component
(
`
${
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
;
...
...
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