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
7c2af8f0
authored
2025-06-28 16:06:32 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:28:43 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
352606e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 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 @
7c2af8f
...
...
@@ -405,10 +405,11 @@ const importData = (info) => {
// dialogInfo.value.footer.btns.map((item: any) => delete item.disabled)
return
}
let
sheetPass
=
uploadSetting
.
value
.
every
(
item
=>
item
.
value
)
let
sheetPass
=
uploadSetting
.
value
.
some
(
item
=>
item
.
value
)
if
(
!
sheetPass
)
{
ElMessage
({
type
:
'error'
,
message
:
'请选择sheet页'
})
return
ElMessage
.
error
(
'导入失败,没有导入数据'
)
dialogInfo
.
value
.
visible
=
false
;
return
}
let
paramUrl
=
''
;
uploadFiles
.
value
.
forEach
((
item
:
any
,
index
:
number
)
=>
{
...
...
src/views/data_meta/standard-meta-import.vue
View file @
7c2af8f
...
...
@@ -405,9 +405,10 @@ const importData = (info) => {
// dialogInfo.value.footer.btns.map((item: any) => delete item.disabled)
return
}
let
sheetPass
=
uploadSetting
.
value
.
every
(
item
=>
item
.
value
)
let
sheetPass
=
uploadSetting
.
value
.
some
(
item
=>
item
.
value
)
if
(
!
sheetPass
)
{
ElMessage
({
type
:
'error'
,
message
:
'请选择sheet页'
})
ElMessage
.
error
(
'导入失败,没有导入数据'
)
dialogInfo
.
value
.
visible
=
false
;
return
}
let
paramUrl
=
''
;
...
...
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