AddPersons in activity

* modal button dont submit all form
* addNewPersons action mutation loop ready
This commit is contained in:
2021-05-27 22:53:35 +02:00
parent 9ec2a62fb6
commit 549f3a4c78
10 changed files with 25 additions and 87 deletions

View File

@@ -1,9 +1,9 @@
<template>
<ul class="record_actions">
<li>
<button class="sc-button bt-create" @click="openModal">
<li class="add-persons">
<a class="sc-button bt-create" @click="openModal">
{{ $t(buttonTitle) }}
</button>
</a>
</li>
</ul>
@@ -213,6 +213,11 @@ export default {
</script>
<style lang="scss">
li.add-persons {
a {
cursor: pointer;
}
}
div.body-head {
overflow-y: unset;
div.modal-body:first-child {