slot buttons up from actionButtons to addAddress

This commit is contained in:
2021-09-17 16:50:27 +02:00
parent 4855ec2065
commit 2788170f03
13 changed files with 149 additions and 139 deletions

View File

@@ -10,7 +10,6 @@
<script>
import AddAddress from './components/AddAddress.vue';
import { patchAddress } from "./api";
import { postAddressToHousehold, postAddressToPerson } from "ChillPersonAssets/vuejs/_api/AddAddress";
export default {
@@ -30,7 +29,6 @@ export default {
return (this.context.edit) ? 'address_' + this.context.addressId
: this.context.entity.name + '_' + this.context.entity.id ;
}
},
mounted() {
//console.log('AddAddress: data context', this.context);