dev_auth
杨树林 5 years ago
parent 67e1dc48ea
commit 5a67dbd24e

@ -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,

Loading…
Cancel
Save