This commit is contained in:
@@ -135,6 +135,7 @@ export default {
|
|||||||
pickListTemplates: []
|
pickListTemplates: []
|
||||||
},
|
},
|
||||||
availableFields: [],
|
availableFields: [],
|
||||||
|
workingArray: [],
|
||||||
templateId: 0,
|
templateId: 0,
|
||||||
formState: {
|
formState: {
|
||||||
ready: false,
|
ready: false,
|
||||||
@@ -193,6 +194,9 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
vm.obj = res.data;
|
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
|
//Update the form status
|
||||||
window.$gz.form.setFormState({
|
window.$gz.form.setFormState({
|
||||||
vm: vm,
|
vm: vm,
|
||||||
|
|||||||
Reference in New Issue
Block a user