This commit is contained in:
2021-05-06 23:57:57 +00:00
parent 6df2e27fb8
commit a2f33966d5
4 changed files with 9 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ function addDataKeyNames(obj) {
obj[i]["dataKey"] = "c" + parseInt(obj[i].fld.replace(/^\D+/g, ""));
}
}
//return the whole thing again now translated
return obj;
}
@@ -30,6 +31,7 @@ export default {
if (res.error) {
throw new Error(window.$gz.errorHandler.errorToString(res, vm));
}
window.$gz.store.commit("setFormCustomTemplateItem", {
formKey: formKey,
concurrency: res.data.concurrency,