Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
arbitrium
web
Commits
e3e384b8
Unverified
Commit
e3e384b8
authored
6 years ago
by
marlonfurtado
Browse files
Options
Download
Email Patches
Plain Diff
fix schedule
parent
c0d64cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/Schedule.vue
+3
-2
src/pages/Schedule.vue
with
3 additions
and
2 deletions
+3
-2
src/pages/Schedule.vue
View file @
e3e384b8
...
@@ -141,8 +141,9 @@ export default {
...
@@ -141,8 +141,9 @@ export default {
}
}
})
})
.
catch
(
err
=>
{
.
catch
(
err
=>
{
console
.
error
(
"
Erro ao criar agenda.
"
,
err
.
response
)
this
.
$router
.
push
(
'
evento
'
)
this
.
alert
=
"
Por favor,verifique se todos os dias tem 24 Horas e selecione novamente a ultima atividade de Domingo
"
// console.error("Erro ao criar agenda. ", err.response)
// this.alert = "Por favor,verifique se todos os dias tem 24 Horas e selecione novamente a ultima atividade de Domingo"
})
})
},
},
pageChange
:
function
(
day
)
{
pageChange
:
function
(
day
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help