tnx-shared 5.1.472 → 5.1.474

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11644,13 +11644,6 @@
11644
11644
  field: 'phoneNumber',
11645
11645
  width: '110px'
11646
11646
  }),
11647
- new ColumnSchemaBase({
11648
- field: 'donViChucVuStr',
11649
- allowFilter: false,
11650
- sort: false,
11651
- includeSelect: false,
11652
- width: '250px'
11653
- })
11654
11647
  ];
11655
11648
  };
11656
11649
  return UserService;
@@ -14123,12 +14116,7 @@
14123
14116
  }
14124
14117
  }
14125
14118
  else {
14126
- if (typeof (model[key]) == 'object') {
14127
- this.cleanModel(model[key]);
14128
- }
14129
- else {
14130
- model[key] = undefined;
14131
- }
14119
+ this.cleanModel(model[key]);
14132
14120
  }
14133
14121
  }
14134
14122
  }