This commit is contained in:
2020-05-15 22:05:28 +00:00
parent 1168e3314e
commit e9e7250093
2 changed files with 2 additions and 3 deletions

View File

@@ -133,7 +133,7 @@
xl="3"
>
<gz-pick-list
:ayaType="ayaType().User"
:ayaType="ayaTypes().User"
:showEditIcon="true"
v-model="obj.userId"
:readonly="formState.readOnly"
@@ -396,7 +396,7 @@ export default {
}
},
methods: {
ayaType: function() {
ayaTypes: function() {
return window.$gz.type;
},
form() {