Commit 10a4d01d authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 专题不能正确显示详情

parent 6fc6cb6c
...@@ -101,7 +101,10 @@ export default { ...@@ -101,7 +101,10 @@ export default {
subtitle: undefined, subtitle: undefined,
sort: 'add_time', sort: 'add_time',
order: 'desc' order: 'desc'
} },
contentDetail: '',
contentDialogVisible: false,
downloadLoading: false
} }
}, },
created() { created() {
...@@ -149,6 +152,10 @@ export default { ...@@ -149,6 +152,10 @@ export default {
}) })
}) })
}, },
showContent(content) {
this.contentDetail = content
this.contentDialogVisible = true
},
handleDownload() { handleDownload() {
this.downloadLoading = true this.downloadLoading = true
import('@/vendor/Export2Excel').then(excel => { import('@/vendor/Export2Excel').then(excel => {
......
Supports Markdown
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