This commit is contained in:
2020-02-26 20:09:10 +00:00
parent 598630ca87
commit 480cbc656d
2 changed files with 3 additions and 6 deletions

View File

@@ -1332,10 +1332,7 @@ function initDataObject(vm) {
//debugger;
for (var i = 0; i < vm.fieldDefinitions.length; i++) {
var fld = vm.fieldDefinitions[i];
//skip over the default column
if (fld.fieldKey == "df") {
continue;
}
//is this field already in ret array?
if (null == window.$gz._.find(ret, ["key", fld.fieldKey])) {
//nope, so add it