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
3cdcb04b
authored
2023-10-13 11:01:40 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:系统弹窗的修改
1 parent
f17469e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
src/components/Popup/index.vue
src/components/Popup1/index.vue
src/components/ywPopup/index.vue
src/components/Popup/index.vue
View file @
3cdcb04
...
...
@@ -56,7 +56,9 @@
isShow
(
newValue
)
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
myShow
=
newValue
this
.
$nextTick
(()
=>
{
this
.
myShow
=
newValue
})
}
},
mounted
()
{
...
...
src/components/Popup1/index.vue
View file @
3cdcb04
...
...
@@ -53,9 +53,11 @@
},
watch
:
{
isShow
(
newValue
)
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
$nextTick
(()
=>
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
//
this.editItem = this.loadViewFn(this.editItem)
//
document.body.appendChild(this.$el);
this
.
myShow
=
newValue
})
}
...
...
src/components/ywPopup/index.vue
View file @
3cdcb04
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-21 09:25:4
7
* @LastEditTime: 2023-
10-13 11:01:2
7
-->
<
template
>
<transition
name=
"msgbox-fade"
>
...
...
@@ -53,9 +53,9 @@
},
watch
:
{
isShow
(
newValue
)
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
$nextTick
(()
=>
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
myShow
=
newValue
})
}
...
...
Please
register
or
sign in
to post a comment