mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
parent id added to thirdparty data
This commit is contained in:
parent
32ff54e130
commit
b920bf6d22
@ -66,9 +66,9 @@
|
||||
</div>
|
||||
|
||||
<div v-if="parent">
|
||||
<div class="input-group mb-3">
|
||||
<input type="hidden" name="parent_id" :value="parent.id" />
|
||||
</div>
|
||||
<!-- <div class="input-group mb-3">
|
||||
<input type="hidden" name="parent_id" v-model="thirdparty.parent" :value="parent.id" />
|
||||
</div> -->
|
||||
<div id="child-info">
|
||||
<div class="input-group mb-3">
|
||||
<!-- <span class="input-group-text" id="comment"><i class="fa fa-fw fa-briefcase"></i></span> -->
|
||||
@ -155,6 +155,7 @@ export default {
|
||||
//context: {}, <--
|
||||
thirdparty: {
|
||||
type: 'thirdparty',
|
||||
parent: this.parent.id
|
||||
},
|
||||
professions: [],
|
||||
civilities: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user