mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
parent id added to thirdparty data
This commit is contained in:
parent
32ff54e130
commit
b920bf6d22
@ -66,9 +66,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> -->
|
||||||
@ -155,6 +155,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