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
c780ea84
authored
2025-03-07 14:36:16 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决字典导入问题
1 parent
c57d76c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/importFile.vue
src/views/importFile.vue
View file @
c780ea8
...
...
@@ -451,7 +451,7 @@ const dialogBtnClick = (btn, info) => {
// dialogInfo.value.footer.btns.map((item: any) => item.disabled = true)
if
(
dialogInfo
.
value
.
type
==
'upload'
)
{
if
(
tabsActiveName
.
value
==
'dictionary'
)
{
importData
({
dictionary
Guid
:
dictionaryGuid
.
value
})
importData
({
biz
Guid
:
dictionaryGuid
.
value
})
}
else
{
importData
(
info
)
}
...
...
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