Commit 1c2cd241 authored by obt's avatar obt

bug修复

parent 79ed7bcd
......@@ -113,6 +113,13 @@ export default {
this.getList()
},
methods: {
showPreview(url) {
this.currentIcon.url = url;
this.currentIcon.showPreview = true;
},
closePreview() {
this.currentIcon.showPreview = false;
},
changePageInfo(page) {
this.$emit('recordPageInfo', page)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment