mirror of https://github.com/halo-dev/halo-admin
Update ThemeList.vue
parent
077e5214d3
commit
b7517ef0ab
|
@ -399,6 +399,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleReload() {
|
handleReload() {
|
||||||
themeApi.reload().then(response => {
|
themeApi.reload().then(response => {
|
||||||
|
this.loadThemes()
|
||||||
this.$message.success('刷新成功!')
|
this.$message.success('刷新成功!')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue