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