This commit is contained in:
2020-03-28 19:55:23 +00:00
parent 78e1527f0d
commit 4e5435e0f4

View File

@@ -135,6 +135,7 @@ export default {
pickListTemplates: []
},
availableFields: [],
workingArray: [],
templateId: 0,
formState: {
ready: false,
@@ -193,6 +194,9 @@ export default {
} else {
vm.obj = res.data;
//TODO: Here need to set workingArray to a synthesis of the active template, and available fields so it reflects the current state and provides the extra fields
//then modify form so it uses workingArray to display like custom etc. note if has rowId is required and must be included=true
//Update the form status
window.$gz.form.setFormState({
vm: vm,