Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
eb5b05a8
authored
2022-10-10 10:03:40 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
弹窗
1 parent
6834eda9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/components/tanchuang/index.vue
src/components/tanchuang/index.vue
View file @
eb5b05a
...
...
@@ -25,6 +25,8 @@
confirmText
:
'确认'
,
isSync
:
false
,
isShow
:
false
,
cancel
:
function
()
{},
confirm
:
function
()
{},
editItem
:
""
,
titleStyle
:
''
,
width
:
"75%"
,
...
...
@@ -42,10 +44,12 @@
methods
:
{
onCancel
()
{
this
.
isShow
=
false
this
.
cancel
()
},
onConfirm
()
{
this
.
loading
=
true
this
.
$refs
.
childRef
.
childFn
()
this
.
confirm
()
},
loadingFn
(
e
){
//加载状态
this
.
loading
=
e
...
...
Please
register
or
sign in
to post a comment