|
@@ -223,6 +223,7 @@ export class TextbookComponent implements OnInit {
|
|
fromatFiled(list: Array<Parse.Object>, filed: string): string {
|
|
fromatFiled(list: Array<Parse.Object>, filed: string): string {
|
|
let arr: Array<string | null> = [];
|
|
let arr: Array<string | null> = [];
|
|
let isDate = false;
|
|
let isDate = false;
|
|
|
|
+ // 监测空值
|
|
list?.forEach((item: Parse.Object) => {
|
|
list?.forEach((item: Parse.Object) => {
|
|
// arr.add(item.get(filed))
|
|
// arr.add(item.get(filed))
|
|
if (
|
|
if (
|