Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
52d86791
Commit
52d86791
authored
Nov 11, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3d74e859
deee7f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
DataSourceDrawer.vue
src/views/dataSourceManage/dataSource/DataSourceDrawer.vue
+9
-8
No files found.
src/views/dataSourceManage/dataSource/DataSourceDrawer.vue
View file @
52d86791
<
template
>
<!-- 数据源-连接-新增或修改 抽屉 -->
<BasicModal
v-bind=
"$attrs"
@
register=
"registerModal"
showFooter
:title=
"getTitle"
width=
"40%"
@
ok=
"handleSubmit"
>
<BasicModal
v-bind=
"$attrs"
@
register=
"registerModal"
showFooter
:title=
"getTitle"
width=
"40%"
>
<BasicForm
@
register=
"registerForm"
/>
<template
#
footer
>
<a-button
type=
"primary"
@
click=
"handleReload"
>
测试连接
</a-button>
<a-button
type=
"primary"
@
click=
"handleSubmit"
>
确定
</a-button>
</
template
>
</BasicModal>
</template>
<
script
lang=
"ts"
setup
>
...
...
@@ -103,4 +100,8 @@
setModalProps
({
confirmLoading
:
false
});
}
}
/** 刷新 按钮 */
function
handleReload
()
{
createMessage
.
success
(
'连接成功!'
);
}
</
script
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment