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
a307665f
authored
2025-03-04 11:26:34 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 新建采集数据源已存在判断
1 parent
5e38e5bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_meta/collectorTask.vue
src/views/data_meta/collectorTask.vue
View file @
a307665
...
...
@@ -560,7 +560,7 @@ const dialogBtnClick = (btn, info) => {
}).
then
((
res
:
any
)
=>
{
dialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
if
(
!
res
.
data
)
{
if
(
res
.
data
)
{
proxy
.
$openMessageBox
(
'该数据源在导入数据源中已存在,确定覆盖吗?'
,
()
=>
{
addTask
();
},
()
=>
{
...
...
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