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
b233bab3
authored
2022-11-08 17:19:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框
1 parent
561039fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tanchuang/index.js
src/components/tanchuang/index.js
View file @
b233bab
...
...
@@ -2,7 +2,7 @@ import Vue from 'vue'
import
Popup
from
'./index.vue'
const
PopupBox
=
Vue
.
extend
(
Popup
)
Popup
.
install
=
function
(
title
,
editItem
,
formData
,
d
ata
)
{
Popup
.
install
=
function
(
title
,
editItem
,
data
,
formD
ata
)
{
data
.
title
=
title
data
.
editItem
=
editItem
if
(
formData
)
{
...
...
Please
register
or
sign in
to post a comment