This commit is contained in:
2020-05-15 21:47:39 +00:00
parent e125e0daf3
commit 1168e3314e
4 changed files with 8 additions and 8 deletions

View File

@@ -207,7 +207,7 @@
<v-col v-if="form().showMe(this, 'Wiki')" cols="12">
<gz-wiki
:ayaType="ayType"
:ayaType="ayaType"
:ayaId="obj.id"
ref="wiki"
v-model="obj.wiki"
@@ -222,7 +222,7 @@
>
<gz-attachments
:readonly="formState.readOnly"
:ayaType="ayType"
:ayaType="ayaType"
:ayaId="obj.id"
></gz-attachments
></v-col>
@@ -350,7 +350,7 @@ export default {
serverError: {}
},
rights: window.$gz.role.defaultRightsObject(),
ayType: window.$gz.type.Widget
ayaType: window.$gz.type.Widget
};
},
//WATCHERS