pull/25/head
ruibaby 2019-05-25 18:34:35 +08:00
parent 12227b7214
commit ea195a9f43
1 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ export default {
}
},
handleUploadSuccess() {
this.uploadVisible = false;
this.uploadVisible = false
this.loadThemes()
},
handleEllipsisClick(theme) {
@ -423,7 +423,7 @@ export default {
handleFetching() {
themeApi.fetching(this.fetchingUrl).then(response => {
this.$message.success('上传成功')
this.uploadVisible = false;
this.uploadVisible = false
this.loadThemes()
})
},