Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
f2804a5b
authored
2023-02-06 15:25:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
148b2b87
910f7f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/components/EditDialog/index.vue
src/components/EditDialog/index.vue
View file @
f2804a5
<
template
>
<!-- 编辑 -->
<el-dialog
:close-on-click-modal=
"false"
top=
"0"
custom-class=
"dialogBox editDialogBox mainCenter"
<el-dialog
:close-on-click-modal=
"false"
top=
"0"
@
close=
"closeDialog"
custom-class=
"dialogBox editDialogBox mainCenter"
:visible
.
sync=
"dialogVisible"
width=
"85%"
>
<div
slot=
"title"
class=
"dialog_title"
ref=
"dialogTitle"
>
<b>
{{
title
||
'标题'
}}
</b>
...
...
@@ -218,6 +218,9 @@ export default {
},
closeDialog
()
{
this
.
dialogVisible
=
false
;
//关闭弹框时将tabs项置空
this
.
editItem
=
""
;
this
.
headerList
=
[];
},
submitForm
()
{
let
_this
=
this
;
...
...
Please
register
or
sign in
to post a comment