Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
1c2cd241
Commit
1c2cd241
authored
Dec 14, 2020
by
obt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
79ed7bcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
list.vue
src/views/webSiteManagement/satelliteIntroduction/list.vue
+7
-0
No files found.
src/views/webSiteManagement/satelliteIntroduction/list.vue
View file @
1c2cd241
...
@@ -113,6 +113,13 @@ export default {
...
@@ -113,6 +113,13 @@ export default {
this
.
getList
()
this
.
getList
()
},
},
methods
:
{
methods
:
{
showPreview
(
url
)
{
this
.
currentIcon
.
url
=
url
;
this
.
currentIcon
.
showPreview
=
true
;
},
closePreview
()
{
this
.
currentIcon
.
showPreview
=
false
;
},
changePageInfo
(
page
)
{
changePageInfo
(
page
)
{
this
.
$emit
(
'recordPageInfo'
,
page
)
this
.
$emit
(
'recordPageInfo'
,
page
)
},
},
...
...
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