This commit is contained in:
@@ -331,7 +331,7 @@
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Items.WorkOrderItemWiki')" cols="12">
|
||||
<gz-wiki
|
||||
:aya-type="$ay.ayt.WorkOrderItem"
|
||||
:aya-type="$ay.ayt().WorkOrderItem"
|
||||
:aya-id="value.id"
|
||||
:ref="`items[${activeItemIndex}].wiki`"
|
||||
v-model="value.items[activeItemIndex].wiki"
|
||||
@@ -348,7 +348,7 @@
|
||||
>
|
||||
<gz-attachments
|
||||
:readonly="formState.readOnly"
|
||||
:aya-type="$ay.ayt.WorkOrderItem"
|
||||
:aya-type="$ay.ayt().WorkOrderItem"
|
||||
:aya-id="value.items[activeItemIndex].id"
|
||||
></gz-attachments
|
||||
></v-col>
|
||||
|
||||
Reference in New Issue
Block a user