mirror of https://github.com/halo-dev/halo-admin
parent
f21c2e99cf
commit
28ecf16fe2
|
@ -325,11 +325,9 @@ export default {
|
|||
handleSetDefaultTeam() {
|
||||
this.teams.default.saving = true
|
||||
apiClient.option
|
||||
.save([
|
||||
{
|
||||
.saveMapView({
|
||||
default_menu_team: this.teams.selected
|
||||
}
|
||||
])
|
||||
})
|
||||
.catch(() => {
|
||||
this.teams.default.errored = true
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue