Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ygonzalezp
sigi
Commits
c786de3f
Commit
c786de3f
authored
Aug 11, 2021
by
yandel95
Browse files
[6655rw] Merge with main branch
parent
4b445e30
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/axios/areas.js
src/axios/areas.js
+0
-1
src/views/sections/Centers.vue
src/views/sections/Centers.vue
+1
-0
No files found.
src/axios/areas.js
View file @
c786de3f
...
...
@@ -29,7 +29,6 @@ export async function deleteArea (idCenter, id) {
export
async
function
putArea
(
data
)
{
const
url
=
`
${
REQUEST_DIR
}
areas/
${
data
.
id_area
}
`
data
=
queryString
.
stringify
(
data
)
const
response
=
await
axios
.
put
(
url
,
data
,
requestDataFormUrlEncoded
())
return
response
}
src/views/sections/Centers.vue
View file @
c786de3f
...
...
@@ -337,6 +337,7 @@
v-model=
"areaDialog"
max-width=
"500px"
>
<template
v-slot:activator=
"
{ on, attrs }">
<v-btn
color=
"success"
...
...
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