forked from verdnatura/salix-front
refs #7406 fix url
This commit is contained in:
parent
ef52c9b0c0
commit
d207482e3a
|
@ -103,8 +103,8 @@ const columns = computed(() => [
|
|||
<VnTable
|
||||
ref="tableRef"
|
||||
data-key="WorkerFormation"
|
||||
url="Workers/trainingCourse"
|
||||
url-create="Workers/trainingCourse"
|
||||
url="`Workers/${entityId}/trainingCourse`"
|
||||
url-create="`Workers/${entityId}/trainingCourse`"
|
||||
:create="{
|
||||
urlCreate: 'Workers/trainingCourse',
|
||||
title: 'Create trainingCourse',
|
||||
|
|
Loading…
Reference in New Issue