mirror of https://github.com/halo-dev/halo-admin
Complete:#11
parent
8e6f984497
commit
12227b7214
|
@ -408,6 +408,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleUploadSuccess() {
|
handleUploadSuccess() {
|
||||||
|
this.uploadVisible = false;
|
||||||
this.loadThemes()
|
this.loadThemes()
|
||||||
},
|
},
|
||||||
handleEllipsisClick(theme) {
|
handleEllipsisClick(theme) {
|
||||||
|
@ -422,6 +423,7 @@ export default {
|
||||||
handleFetching() {
|
handleFetching() {
|
||||||
themeApi.fetching(this.fetchingUrl).then(response => {
|
themeApi.fetching(this.fetchingUrl).then(response => {
|
||||||
this.$message.success('上传成功')
|
this.$message.success('上传成功')
|
||||||
|
this.uploadVisible = false;
|
||||||
this.loadThemes()
|
this.loadThemes()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue