move postPerson fetch method from children to onthefly first level (to squash)

This commit is contained in:
2021-08-25 22:47:00 +02:00
parent 25f43bc758
commit a0fd3cd481
4 changed files with 57 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div v-else-if="action === 'edit' || action === 'create'">
{{ action }}
thirdparty
thirdparty
{{ id }}
</div>
</template>
@@ -16,7 +16,6 @@ export default {
name: "OnTheFlyThirdParty",
props: ['id', 'type', 'action']
}
// TODO move in ChillThirdpartyAssets
</script>
<style lang="css" scoped>