This commit is contained in:
2020-01-28 23:52:16 +00:00
parent 9633c575da
commit 5bb2d1ae77
2 changed files with 12 additions and 13 deletions

View File

@@ -348,7 +348,8 @@ export default {
notes: null,
count: null,
customFields: "{}",
tags: []
tags: [],
userId: 0
},
formState: {
ready: false,
@@ -718,7 +719,7 @@ function initForm(vm) {
//
function populatePickLists(vm) {
return window.$gz.api
.get("AyaEnumPickList/list/authorizationroles")
.get("EnumPickList/list/authorizationroles")
.then(res => {
if (res.error) {
throw res.error;