|
|
|
@ -524,7 +524,7 @@ class PersonModal extends Component {
|
|
|
|
|
getdatacpersondiv1Items2 = (object) => {
|
|
|
|
|
//
|
|
|
|
|
try {
|
|
|
|
|
if (this.props.GetenrollmentAPI.teacher_staff.mutiple_limited === true) {
|
|
|
|
|
if (this.props.GetenrollmentAPI.member_staff.mutiple_limited === true) {
|
|
|
|
|
if (object.enrollable === false) {
|
|
|
|
|
myabool2 = false;
|
|
|
|
|
return
|
|
|
|
@ -534,6 +534,7 @@ class PersonModal extends Component {
|
|
|
|
|
} catch (e) {
|
|
|
|
|
myabool2 = true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
myabool2 = true;
|
|
|
|
|
var datas = {
|
|
|
|
|
enrollable: object.enrollable,
|
|
|
|
|