This commit is contained in:
2021-04-09 18:51:54 +00:00
parent e33026cad7
commit 6f2676ecd2
2 changed files with 1 additions and 6 deletions

View File

@@ -81,7 +81,7 @@
</v-col> </v-col>
<GzWoItemScheduledUsers <GzWoItemScheduledUsers
v-if="subRights.scheduledUsers.visible" v-if="pvm.subRights.scheduledUsers.visible"
v-model="value" v-model="value"
:pvm="pvm" :pvm="pvm"
data-cy="woItemScheduledUsers" data-cy="woItemScheduledUsers"
@@ -126,10 +126,6 @@ export default {
pvm: { pvm: {
default: null, default: null,
type: Object type: Object
},
subRights: {
default: null,
type: Object
} }
}, },

View File

@@ -17,7 +17,6 @@
:form-key="formCustomTemplateKey" :form-key="formCustomTemplateKey"
:readonly="formState.readOnly" :readonly="formState.readOnly"
:pvm="this" :pvm="this"
:sub-rights="subRights"
data-cy="woItems" data-cy="woItems"
@change="setDirty()" @change="setDirty()"
@graph-item-deleted="flagGraphItemForDelete($event)" @graph-item-deleted="flagGraphItemForDelete($event)"