The export function onChange2 ({value} {
console.log('onChange', value);
Let the content="";
Var tableField=[];
Var obj={};
//if (the value displayName) {
{if (Array. IsArray (value))
For (var I=0; i
The content=content. the replace (/\ (/, "");
The content=content. the replace (\)/, "");
The content=content. the replace (/[a-z]/g, "");
The content=content. the replace ([0-9]/g, "");
Obj={
"TextField_kklcmnb7" : the content
};
TableField. Push (obj);
}
} else {
Obj={
"TextField_kklcmnb7" : the value
};
TableField. Push (obj);
}
This $(" tableField_kklcmnb6 "). The setValue (tableField);
}