mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
parent id added to thirdparty data
This commit is contained in:
parent
1febfc11e5
commit
416a1c4e4d
@ -67,9 +67,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> -->
|
||||
@ -156,6 +156,7 @@ export default {
|
||||
//context: {}, <--
|
||||
thirdparty: {
|
||||
type: 'thirdparty',
|
||||
parent: this.parent.id
|
||||
},
|
||||
professions: [],
|
||||
civilities: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user