Merge branch 'marco' of https://repositorio.acatlan.unam.mx/CIDWA/servicio_social_front into dev
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<p v-if="alumno.cuestionarioA">Cuenta con cuestionario de alumno resuelto.</p>
|
||||
</div>
|
||||
<div id="acciones" class="my-5">
|
||||
<div class="confimar">
|
||||
<div class="confimar mb-5">
|
||||
<b-button class="is-success" @click="confirmarDialog(1)" v-if="mostrarConfirmar1()">
|
||||
Confirmar
|
||||
</b-button>
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
this.isLoading = true
|
||||
const data = {
|
||||
idServicio: this.idServicio,
|
||||
mensajeCalce: this.mensajeCancel
|
||||
mensaje: this.mensajeCancel
|
||||
}
|
||||
axios
|
||||
.put(`${process.env.api}/servicio/cancelar`, data)
|
||||
|
||||
Reference in New Issue
Block a user